Skip to content

Commit 48d9bf1

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Update tf requirements
1 parent 20a1e30 commit 48d9bf1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tensorflow==1.1
1+
tensorflow==1.5
22
h5py
33
Keras
44
matplotlib

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
'Keras',
3131
'scipy',
3232
'matplotlib',
33-
'tensorflow',
3433
'setuptools'],
34+
extras_require={
35+
"tf": ["tensorflow<=1.5.0"],
36+
"tf_gpu": ["tensorflow-gpu<=1.5.0"],
37+
},
3538
# extras_require={
3639
# 'tests': ['pytest',
3740
# 'pytest-pep8',

0 commit comments

Comments
 (0)