We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597ea1 commit cec6723Copy full SHA for cec6723
requirements.txt
@@ -9,7 +9,7 @@
9
#### ESSENTIAL LIBRARIES
10
11
# General scientific computing
12
-numpy>=1.16.5,<1.20.0
+numpy>=1.16.5,<1.22.0
13
scipy>=1.2.0,<2.0.0
14
15
# Data storage and function application
setup.py
@@ -36,7 +36,7 @@
36
include_package_data=True,
37
install_requires=[
38
"munkres>=1.0.6",
39
- "numpy>=1.16.5,<1.20.0",
+ "numpy>=1.16.5,<1.22.0",
40
"scipy>=1.2.0,<2.0.0",
41
"pandas>=1.0.0,<2.0.0",
42
"tqdm>=4.33.0,<5.0.0",
0 commit comments