Skip to content

Commit c1e66ec

Browse files
committed
Bugfix scikit-learn version
1 parent 44d5cdd commit c1e66ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
sys.exit()
2828

2929
required = [
30-
'Keras>=2.1.1', 'h5py>=2.7.1', 'scikit-learn>0.19.1', 'numpy>=1.13.3', 'tensorflow>=1.4.0',
30+
'Keras>=2.1.1', 'h5py>=2.7.1', 'scikit-learn>=0.19.1', 'numpy>=1.13.3', 'tensorflow>=1.4.0',
3131
]
3232

3333
setup(

0 commit comments

Comments
 (0)