Skip to content

Commit

Permalink
Fix TF version number and silent pip output causing Travis jobs to fail.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 287567830
Change-Id: I3957170569d8509f0c23b79aa60b8fd63ada8066
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent bd42505 commit 921f36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source ./venv/bin/activate
python --version

pip3 install --upgrade pip
pip3 install -r requirements.txt
pip3 install -r requirements.txt -q

./open_spiel/scripts/build_and_run_tests.sh
deactivate
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The single source of truth for the OpenSpiel pip dependencies.
absl-py == 0.7.1
tensorflow < 2.0, >= 1.15.0
tensorflow < 2.0, >= 1.15
dm-sonnet == 1.32
IPython == 5.8.0
tensorflow-probability < 0.8.0, >= 0.7.0
Expand Down

0 comments on commit 921f36c

Please sign in to comment.