Skip to content

Commit

Permalink
Merge pull request #26 from csinva/update_requirements
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
csinva authored Jan 5, 2021
2 parents a1aa4ac + 0d3bc1a commit 4dd5634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
'scipy',
'matplotlib',
'pandas',
'scikit-learn',
'scikit-learn>=0.23.0', # 0.23+ only works on py3.6+)
'cvxpy',
'cvxopt',
'mlxtend',
'pytest',
'pytest-cov'
],
python_requires='>=3.6',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4dd5634

Please sign in to comment.