We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a1e30 commit 48d9bf1Copy full SHA for 48d9bf1
requirements.txt
@@ -1,4 +1,4 @@
1
-tensorflow==1.1
+tensorflow==1.5
2
h5py
3
Keras
4
matplotlib
setup.py
@@ -30,8 +30,11 @@
30
'Keras',
31
'scipy',
32
'matplotlib',
33
- 'tensorflow',
34
'setuptools'],
+ extras_require={
35
+ "tf": ["tensorflow<=1.5.0"],
36
+ "tf_gpu": ["tensorflow-gpu<=1.5.0"],
37
+ },
38
# extras_require={
39
# 'tests': ['pytest',
40
# 'pytest-pep8',
0 commit comments