We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa10e commit da9bee6Copy full SHA for da9bee6
.travis.yml
@@ -154,8 +154,9 @@ install:
154
# set library path
155
- export LD_LIBRARY_PATH=$HOME/miniconda/envs/test-environment/lib/:$LD_LIBRARY_PATH
156
157
- # install TensorFlow (CPU version).
158
- - pip install tensorflow
+ # install
+ orFlow (CPU version).
159
+ - pip install tensorflow==1.14.0
160
161
# detect whether core files are changed or not (from Keras)
162
- export CORE_CHANGED=False;
0 commit comments