Skip to content

Commit

Permalink
Merge pull request #66 from chakki-works/fix/#65
Browse files Browse the repository at this point in the history
Update setup.py to relax version pinning, fix #65
  • Loading branch information
Hironsan authored Oct 23, 2020
2 parents f56b292 + 1433e16 commit 354c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
os.system('python setup.py sdist bdist_wheel upload')
sys.exit()

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

setup(
name=NAME,
Expand Down

0 comments on commit 354c576

Please sign in to comment.