Skip to content

Commit 354c576

Browse files
authored
Merge pull request #66 from chakki-works/fix/#65
Update setup.py to relax version pinning, fix #65
2 parents f56b292 + 1433e16 commit 354c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
os.system('python setup.py sdist bdist_wheel upload')
2323
sys.exit()
2424

25-
required = ['numpy==1.19.2', 'scikit-learn==0.23.2']
25+
required = ['numpy>=1.14.0', 'scikit-learn>=0.21.3']
2626

2727
setup(
2828
name=NAME,

0 commit comments

Comments
 (0)