Skip to content

Commit 7b123b6

Browse files
committed
Re-added some solvers
1 parent fe0e7f6 commit 7b123b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

open_spiel/scripts/python_extra_deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,23 @@ if verlt $PY_VER 3.12; then
5454
echo "Detected Python version 3.11"
5555
export OPEN_SPIEL_PYTHON_PYTORCH_DEPS="torch==2.9.1"
5656
export OPEN_SPIEL_PYTHON_JAX_DEPS="jax==0.8.1 jaxlib==0.8.1 flax==0.12.1 dm-haiku==0.0.16 optax==0.2.6 chex==0.1.91 rlax==0.1.8 distrax==0.1.7"
57-
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==5.8.0 networkx==3.2 matplotlib==3.10.7 mock==4.0.2 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 pokerkit==0.6.3"
57+
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==5.8.0 networkx==3.2 matplotlib==3.10.7 mock==4.0.2 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 ecos==2.0.14 osqp==1.0.4 pokerkit==0.6.3"
5858
elif verlt $PY_VER 3.13; then
5959
echo "Detected Python version 3.12"
6060
export OPEN_SPIEL_PYTHON_PYTORCH_DEPS="torch==2.9.1"
6161
export OPEN_SPIEL_PYTHON_JAX_DEPS="jax==0.8.1 jaxlib==0.8.1 flax==0.12.1 dm-haiku==0.0.16 optax==0.2.6 chex==0.1.91 rlax==0.1.8 distrax==0.1.7"
62-
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==8.23.0 networkx==3.3 matplotlib==3.10.7 mock==5.1.0 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 pokerkit==0.6.3"
62+
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==8.23.0 networkx==3.3 matplotlib==3.10.7 mock==5.1.0 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 ecos==2.0.14 osqp==1.0.4 pokerkit==0.6.3"
6363
elif verlt $PY_VER 3.14; then
6464
echo "Detected Python version 3.13"
6565
export OPEN_SPIEL_PYTHON_PYTORCH_DEPS="torch==2.9.1"
6666
export OPEN_SPIEL_PYTHON_JAX_DEPS="jax==0.8.1 jaxlib==0.8.1 flax==0.12.1 dm-haiku==0.0.16 optax==0.2.6 chex==0.1.91 rlax==0.1.8 distrax==0.1.7"
67-
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==8.23.0 networkx==3.3 matplotlib==3.10.7 mock==5.1.0 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 pokerkit==0.6.3"
67+
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==8.23.0 networkx==3.3 matplotlib==3.10.7 mock==5.1.0 nashpy==0.0.43 scipy==1.16.3 testresources==2.0.1 cvxpy==1.7.5 ecos==2.0.14 osqp==1.0.4 pokerkit==0.6.3"
6868
else
6969
# TODO(author5). Added in #1381, but not working yet. Come back to this.
7070
echo "Detected Python version 3.14"
7171
export OPEN_SPIEL_PYTHON_PYTORCH_DEPS="torch==2.10.0"
7272
export OPEN_SPIEL_PYTHON_JAX_DEPS="jax==0.9.0.1 jaxlib==0.9.0.1 dm-haiku==0.0.16 optax==0.2.7 chex==0.1.91 rlax==0.1.8 distrax==0.1.7 flax==0.12.3"
73-
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==9.10.0 networkx==3.6.1 matplotlib==3.10.8 mock==5.2.0 nashpy==0.0.43 scipy==1.17.0 testresources==2.0.2 cvxpy==1.8.1 tensorflow_datasets==4.9.9 pokerkit==0.7.3"
73+
export OPEN_SPIEL_PYTHON_MISC_DEPS="IPython==9.10.0 networkx==3.6.1 matplotlib==3.10.8 mock==5.2.0 nashpy==0.0.43 scipy==1.17.0 testresources==2.0.2 cvxpy==1.8.1 ecos==2.0.14 osqp==1.1.0 tensorflow_datasets==4.9.9 pokerkit==0.7.3"
7474
fi
7575

7676

0 commit comments

Comments
 (0)