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 77e36c6 commit 871dcaeCopy full SHA for 871dcae
requirements.txt
@@ -13,8 +13,8 @@ numpy>=1.16.0,<2.0.0
13
scipy>=1.2.0,<2.0.0
14
15
# Data storage and function application
16
-pandas>=0.24.0,<0.25.0
17
-tqdm>=4.29.0,<5.0.0
+pandas>=0.25.0,<0.26.0
+tqdm>=4.29.0,<4.33.0
18
19
# Internal models
20
scikit-learn>=0.20.2,<0.22.0
setup.py
@@ -37,8 +37,8 @@
37
install_requires=[
38
"numpy>=1.16.0,<2.0.0",
39
"scipy>=1.2.0,<2.0.0",
40
- "pandas>=0.24.0,<0.25.0",
41
- "tqdm>=4.29.0,<5.0.0",
+ "pandas>=0.25.0,<0.26.0",
+ "tqdm>=4.29.0,<4.33.0",
42
"scikit-learn>=0.20.2,<0.22.0",
43
"torch>=1.1.0,<1.2.0",
44
"networkx>=2.2,<3.0",
0 commit comments