Commit 69ab819 1 parent cc3c67b commit 69ab819 Copy full SHA for 69ab819
File tree 1 file changed +19
-12
lines changed
1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 19
19
]
20
20
PYTYPE = ["pytype==2023.9.27" ] if IS_NOT_WINDOWS else []
21
21
22
+ HYPOTHESIS = ["hypothesis~=6.54.1" ]
23
+
22
24
# Note: the versions of the test and doc requirements should be tightly pinned to known
23
25
# working versions to make our CI/CD pipeline as stable as possible.
24
26
TESTS_REQUIRE = (
36
38
"flake8-debugger~=4.1.2" ,
37
39
"flake8-docstrings~=1.6.0" ,
38
40
"flake8-isort~=4.1.2" ,
39
- "hypothesis~=6.54.1" ,
40
41
"ipykernel~=6.15.1" ,
41
42
"jupyter~=1.0.0" ,
42
43
# TODO: upgrade jupyter-client once
58
59
+ PARALLEL_REQUIRE
59
60
+ ATARI_REQUIRE
60
61
+ PYTYPE
62
+ + HYPOTHESIS
63
+ )
64
+ DOCS_REQUIRE = (
65
+ [
66
+ "sphinx~=5.1.1" ,
67
+ "sphinx-autodoc-typehints~=1.19.1" ,
68
+ "sphinx-rtd-theme~=1.0.0" ,
69
+ "sphinxcontrib-napoleon==0.7" ,
70
+ "furo==2022.6.21" ,
71
+ "sphinx-copybutton==0.5.0" ,
72
+ "sphinx-github-changelog~=1.2.0" ,
73
+ "myst-nb==0.17.2" ,
74
+ "ipykernel~=6.15.2" ,
75
+ ]
76
+ + ATARI_REQUIRE
77
+ + PARALLEL_REQUIRE
78
+ + HYPOTHESIS
61
79
)
62
- DOCS_REQUIRE = [
63
- "sphinx~=5.1.1" ,
64
- "sphinx-autodoc-typehints~=1.19.1" ,
65
- "sphinx-rtd-theme~=1.0.0" ,
66
- "sphinxcontrib-napoleon==0.7" ,
67
- "furo==2022.6.21" ,
68
- "sphinx-copybutton==0.5.0" ,
69
- "sphinx-github-changelog~=1.2.0" ,
70
- "myst-nb==0.17.2" ,
71
- "ipykernel~=6.15.2" ,
72
- ] + ATARI_REQUIRE + PARALLEL_REQUIRE
73
80
74
81
75
82
def get_readme () -> str :
You can’t perform that action at this time.
0 commit comments