Skip to content

Commit

Permalink
Update numpy version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
taufeeque9 authored Oct 17, 2024
2 parents dbd5904 + 7293ac0 commit f029163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/pip_requirements/requirements-release.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools==70.3.0 # last setuptools version that doesn't give the Lorem Ipsum.txt error
wheel
numpy==1.26.3 # latest numpy fails the test_load_sequentially_with_multiple_envs
numpy==1.26.4 # test_load_sequentially_with_multiple_envs fails with latest version
dm-env
gym>=0.26
gymnasium>=0.26,!=0.27.0
optree>=0.6.0
jax[cpu]==0.4.25 # test_xla fails with latest version
jax[cpu]==0.4.27 # test_xla fails with latest version
packaging
pytest

0 comments on commit f029163

Please sign in to comment.