Skip to content

Commit

Permalink
Loosen constraints for TensorFlow used in example code to work with P…
Browse files Browse the repository at this point in the history
…ython 3.7 (pantsbuild#7410)

### Problem
Tensorflow 1.12.0 only has wheels for python version up to 3.6. See: https://pypi.org/project/tensorflow/1.12.0/#files

### Solution
Bump minimum version and loosen constraint. 

### Result
CI lint checks work with python 3.7
  • Loading branch information
OniOni authored and Eric-Arellano committed Mar 21, 2019
1 parent e60e665 commit cbb4fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.16.1
protobuf==3.6.1
tensorflow==1.12.0
tensorflow>=1.13,<2
thrift>=0.10.0

0 comments on commit cbb4fe3

Please sign in to comment.