Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #164 from delira-dev/tf_1.14
Browse files Browse the repository at this point in the history
tensorflow to 1.14
  • Loading branch information
justusschock committed Jul 19, 2019
2 parents db58949 + 784cba6 commit f988b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_extra_tf.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tensorflow-gpu==1.13.1
tensorflow-gpu==1.14
# use trixi-slim >= 0.1.2.1 for tensorboardX support
trixi-slim>0.1.2.1
2 changes: 1 addition & 1 deletion scripts/ci/install_before_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pip install -U pip wheel;
pip install -r requirements.txt;
pip install -r requirements_extra_tf.txt;
pip uninstall -y tensorflow-gpu;
pip install tensorflow==1.13.1;
pip install tensorflow==1.14;
pip install -r requirements_extra_torch.txt;
pip install coverage;
pip install codecov;
Expand Down

0 comments on commit f988b3b

Please sign in to comment.