Skip to content

Commit 342db0b

Browse files
committed
Merge branch 'master' of github.com:jhfjhfj1/autokeras
2 parents 6189579 + 00b21c3 commit 342db0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='autokeras',
66
packages=find_packages(exclude=('tests',)),
77
install_requires=['scipy==1.2.0',
8-
'torch==0.4.1',
8+
'torch==1.0.1',
99
'torchvision==0.2.1',
1010
'numpy==1.15.4',
1111
'keras==2.2.4',
@@ -15,7 +15,7 @@
1515
'tensorflow==1.12.0',
1616
'imageio==2.4.1',
1717
'requests==2.21.0',
18-
'lightgbm==2.2.2',
18+
'lightgbm==2.2.3',
1919
'pandas==0.23.4',
2020
'librosa==0.6.2',
2121
'numba',

0 commit comments

Comments
 (0)