Skip to content

Commit

Permalink
Upgrade required version of Tensorflow to 1.15
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 287561067
Change-Id: I193e189a0e3a198d4d54964ac4c53f5d5ebbd7ac
  • Loading branch information
DeepMind Technologies Ltd authored and open_spiel@google.com committed Dec 30, 2019
1 parent 98b5bfc commit bd42505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The instructions here are for Linux and MacOS. For installation on Windows, see
```bash
virtualenv -p python3 venv
source venv/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt
```

Expand Down
2 changes: 2 additions & 0 deletions open_spiel/scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ virtualenv -p python ./venv
source ./venv/bin/activate

python --version

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

./open_spiel/scripts/build_and_run_tests.sh
Expand Down
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 < 1.15.0, >= 1.14.0
tensorflow < 2.0, >= 1.15.0
dm-sonnet == 1.32
IPython == 5.8.0
tensorflow-probability < 0.8.0, >= 0.7.0
Expand Down

0 comments on commit bd42505

Please sign in to comment.