Skip to content

Commit

Permalink
Merge pull request #11 from zombie-einstein/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies (security)
  • Loading branch information
zombie-einstein committed Aug 15, 2023
2 parents 7b95371 + 63105c9 commit 5a3628d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 48 deletions.
95 changes: 48 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ repository = "https://github.com/zombie-einstein/JAX-PPO"
keywords = ["jax", "rl", "ppo"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8,<3.12"
flax = "^0.6.3"
distrax = "^0.1.3"
jax-tqdm = "^0.1.0"
gymnax = "^0.0.6"
scipy = ">=1.10.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"
Expand Down

0 comments on commit 5a3628d

Please sign in to comment.