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 82727cb commit 3d7ae15Copy full SHA for 3d7ae15
requirements.txt
@@ -1,5 +1,5 @@
1
# base
2
-numpy==1.19.2
+numpy>=1.18.0
3
scipy==1.4.1
4
matplotlib==3.3.3
5
scikit-learn>=0.22.2,==0.23.*
setup.py
@@ -7,7 +7,7 @@
7
long_description = fh.read()
8
9
install_requires = [
10
- "numpy",
+ "numpy>=1.18.0",
11
"scipy>=1.4.1",
12
"matplotlib",
13
"scikit-learn>=0.22.2,==0.23.*",
0 commit comments