Skip to content

Commit 65a9251

Browse files
authored
Merge pull request #50 from anjutiwari/fixed_dependencies
Fixed dependencies
2 parents d8a460b + d6f7cbe commit 65a9251

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
python_requires='>=3.6.3',
2222
install_requires=[
2323
'coverage==4.5.3',
24-
'keras>=2.2.0',
24+
'keras==2.2.4',
2525
'lasagne',
2626
'pytest',
2727
'matplotlib>2.1.0',
28-
'numpy<=1.14.5,>=1.13.3',
28+
'numpy==1.17.4',
2929
'scikit-image>=0.13.1',
3030
'scikit-learn>=0.19.1',
3131
'scikit-neuralnetwork>=0.7',
3232
'scipy==1.0.0',
33-
'tensorflow<=1.12.0,>=1.10.1',
33+
'tensorflow==1.13.1',
3434
'opencv-python',
3535
'h5py',
3636
'pydot',

0 commit comments

Comments
 (0)