Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rystrauss committed Dec 14, 2024
1 parent db6ef7f commit 89c5a44
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,28 +28,29 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install "jax>=0.4.23"
python -m pip install "jaxlib>=0.4.23"
python -m pip install "chex>=0.1.6"
python -m pip install "brax>=0.9.0"
python -m pip install "click>=8.1.3"
python -m pip install "distrax>=0.1.3"
python -m pip install "jax==0.4.35"
python -m pip install "jaxlib==0.4.35"
python -m pip install "chex>=0.1.87"
python -m pip install "brax>=0.11.0"
python -m pip install "click>=8.1.7"
python -m pip install "distrax>=0.1.5"
python -m pip install "dm-env>=1.6"
python -m pip install "dm-haiku>=0.0.9"
python -m pip install "pgx>=2.0.1"
python -m pip install "einops>=0.6.0"
python -m pip install "dm-haiku>=0.0.13"
python -m pip install "pgx>=2.4.3"
python -m pip install "einops>=0.8.0"
python -m pip install "ffmpeg>=1.4"
python -m pip install "imageio>=2.25.1"
python -m pip install "mctx==0.0.5"
python -m pip install "moviepy>=1.0.3"
python -m pip install "ml-collections>=0.1.1"
python -m pip install "optax>=0.1.7"
python -m pip install "pygame>=2.1.3"
python -m pip install "optax>=0.2.4"
python -m pip install "pygame>=2.6.1"
python -m pip install "numpy>=1.22.4"
python -m pip install "rlax>=0.1.5"
python -m pip install "rlax>=0.1.6"
python -m pip install "tqdm>=4.64.1"
python -m pip install "wandb>=0.13.10"
python -m pip install "gymnasium==0.29.1"
python -m pip install "wandb>=0.18.7"
python -m pip install "flashbax>=0.1.2"
python -m pip install "gymnasium==1.0.0"
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 89c5a44

Please sign in to comment.