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.
2 parents f56b292 + 1433e16 commit 354c576Copy full SHA for 354c576
setup.py
@@ -22,7 +22,7 @@
22
os.system('python setup.py sdist bdist_wheel upload')
23
sys.exit()
24
25
-required = ['numpy==1.19.2', 'scikit-learn==0.23.2']
+required = ['numpy>=1.14.0', 'scikit-learn>=0.21.3']
26
27
setup(
28
name=NAME,
0 commit comments