Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jhfjhfj1/autokeras
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Feb 5, 2019
2 parents 6189579 + 00b21c3 commit 342db0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='autokeras',
packages=find_packages(exclude=('tests',)),
install_requires=['scipy==1.2.0',
'torch==0.4.1',
'torch==1.0.1',
'torchvision==0.2.1',
'numpy==1.15.4',
'keras==2.2.4',
Expand All @@ -15,7 +15,7 @@
'tensorflow==1.12.0',
'imageio==2.4.1',
'requests==2.21.0',
'lightgbm==2.2.2',
'lightgbm==2.2.3',
'pandas==0.23.4',
'librosa==0.6.2',
'numba',
Expand Down

0 comments on commit 342db0b

Please sign in to comment.