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 1131d9b commit a80ca3bCopy full SHA for a80ca3b
requirements.txt
@@ -9,11 +9,11 @@
9
#### ESSENTIAL LIBRARIES
10
11
# General scientific computing
12
-numpy>=1.16.0,<1.20.0
+numpy>=1.16.5,<1.20.0
13
scipy>=1.2.0,<2.0.0
14
15
# Data storage and function application
16
-pandas>=0.25.0,<2.0.0
+pandas>=1.0.0,<2.0.0
17
tqdm>=4.33.0,<5.0.0
18
19
# Internal models
setup.py
@@ -36,9 +36,9 @@
36
include_package_data=True,
37
install_requires=[
38
"munkres>=1.0.6",
39
- "numpy>=1.16.0,<1.20.0",
+ "numpy>=1.16.5,<1.20.0",
40
"scipy>=1.2.0,<2.0.0",
41
- "pandas>=0.25.0,<2.0.0",
+ "pandas>=1.0.0,<2.0.0",
42
"tqdm>=4.33.0,<5.0.0",
43
"scikit-learn>=0.20.2,<0.25.0",
44
"torch>=1.2.0,<2.0.0",
0 commit comments