We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8a460b + d6f7cbe commit 65a9251Copy full SHA for 65a9251
1 file changed
setup.py
@@ -21,16 +21,16 @@
21
python_requires='>=3.6.3',
22
install_requires=[
23
'coverage==4.5.3',
24
- 'keras>=2.2.0',
+ 'keras==2.2.4',
25
'lasagne',
26
'pytest',
27
'matplotlib>2.1.0',
28
- 'numpy<=1.14.5,>=1.13.3',
+ 'numpy==1.17.4',
29
'scikit-image>=0.13.1',
30
'scikit-learn>=0.19.1',
31
'scikit-neuralnetwork>=0.7',
32
'scipy==1.0.0',
33
- 'tensorflow<=1.12.0,>=1.10.1',
+ 'tensorflow==1.13.1',
34
'opencv-python',
35
'h5py',
36
'pydot',
0 commit comments