Skip to content

Commit 9935ff7

Browse files
committed
Restrict Conda TensorFlow dependency to <2.0.0
This version is now generally available on Anaconda Cloud and should be avoided.
1 parent 2150150 commit 9935ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ flake8
44
h5py
55
pyparsing
66
pyyaml
7-
tensorflow-gpu>=1.3
7+
tensorflow-gpu>=1.3,<2.0.0

0 commit comments

Comments
 (0)