Skip to content

Commit

Permalink
Bump deps to match d3m==v2020.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
epeters3 committed Jun 4, 2020
1 parent 63c362e commit 8d4c4f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
download_url = 'https://github.com/byu-dml/metalearn/archive/{}.tar.gz'.format(__version__),
keywords = ['metalearning', 'machine learning', 'metalearn'],
install_requires = [
'numpy<=1.17.3',
'scikit-learn<=0.21.3',
'pandas<=0.25.2'
'numpy<=1.18.2',
'scikit-learn<=0.22.2.post1',
'pandas<=1.0.3'
],
classifiers = [
'Programming Language :: Python :: 3.6'
Expand Down

0 comments on commit 8d4c4f0

Please sign in to comment.