Skip to content

Commit 8d72228

Browse files
Julien RousselJulien Roussel
authored andcommitted
typing-extensions added to base env
1 parent 4e345d2 commit 8d72228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@
3333
"category_encoders",
3434
"dcor>=0.6",
3535
"hyperopt",
36-
"numpy>=1.19",
36+
"numpy>=1.21",
3737
"packaging",
3838
"pandas>=1.3",
3939
"scikit-learn",
4040
"scipy",
4141
"statsmodels>=0.14",
42+
"typing-extensions",
4243
]
4344
EXTRAS_REQUIRE = {
4445
"tests": ["flake8", "mypy", "pandas", "pytest", "pytest-cov", "typed-ast"],
@@ -47,7 +48,6 @@
4748
"sphinx",
4849
"sphinx-gallery",
4950
"sphinx_rtd_theme",
50-
"typing_extensions",
5151
],
5252
"pytorch": [
5353
"torch==2.0.1",

0 commit comments

Comments
 (0)