Skip to content

Commit

Permalink
update numpy to 1.15.1 (#140)
Browse files Browse the repository at this point in the history
* update numpy to 1.15.1

* updated dependencies
  • Loading branch information
auvipy authored and haifeng-jin committed Aug 26, 2018
1 parent f5c9d14 commit b6a9812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
scipy
torch==0.4.1
torchvision==0.2.1
numpy==1.14.5
numpy==1.15.1
scikit-learn==0.19.1
keras==2.2.2
tensorflow==1.8.0
tensorflow==1.10.1
pytest
pytest-cov
coverage
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
setup(
name='autokeras',
packages=['autokeras'], # this must be the same as the name above
install_requires=['torch==0.4.1', 'torchvision==0.2.1', 'numpy==1.14.5', 'keras==2.2.2', 'scikit-learn==0.19.1',
'tensorflow==1.8.0'],
install_requires=['torch==0.4.1', 'torchvision==0.2.1', 'numpy>=1.15.1', 'keras==2.2.2', 'scikit-learn==0.19.1',
'tensorflow>=1.10.1'],
version='0.2.7',
description='AutoML for deep learning',
author='Haifeng Jin',
Expand Down

0 comments on commit b6a9812

Please sign in to comment.