Skip to content

Commit f029163

Browse files
authored
Update numpy version (#17)
2 parents dbd5904 + 7293ac0 commit f029163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
setuptools==70.3.0 # last setuptools version that doesn't give the Lorem Ipsum.txt error
22
wheel
3-
numpy==1.26.3 # latest numpy fails the test_load_sequentially_with_multiple_envs
3+
numpy==1.26.4 # test_load_sequentially_with_multiple_envs fails with latest version
44
dm-env
55
gym>=0.26
66
gymnasium>=0.26,!=0.27.0
77
optree>=0.6.0
8-
jax[cpu]==0.4.25 # test_xla fails with latest version
8+
jax[cpu]==0.4.27 # test_xla fails with latest version
99
packaging
1010
pytest

0 commit comments

Comments
 (0)