Skip to content

Commit

Permalink
Re-add last missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed Apr 20, 2021
1 parent b532ac4 commit 4c79d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/scripts/python_extra_deps.sh
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
export OPEN_SPIEL_PYTHON_JAX_DEPS="jax==0.2.7 jaxlib==0.1.57 dm-haiku==0.0.3 optax==0.0.2 chex==0.0.3"
export OPEN_SPIEL_PYTHON_PYTORCH_DEPS="torch==1.7.0"
export OPEN_SPIEL_PYTHON_TENSORFLOW_DEPS="tensorflow==2.4.1 tensorflow-probability<0.8.0,>=0.7.0"
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==5.8.0 cvxopt==1.2.5 networkx==2.4 matplotlib==3.2.2 nashpy==0.0.19 scipy==1.4.1 testresources==2.0.1"
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==5.8.0 cvxopt==1.2.5 networkx==2.4 matplotlib==3.2.2 mock==4.0.2 nashpy==0.0.19 scipy==1.4.1 testresources==2.0.1"

0 comments on commit 4c79d68

Please sign in to comment.