Skip to content

Commit

Permalink
fix: put upper bounds on versions of jax and jaxlib (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dluo96 authored Jun 1, 2023
1 parent b16cf5d commit d549cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
chex>=0.1.3,<0.1.6
dm-env>=1.5
gym>=0.22.0
jax>=0.2.26
jaxlib>=0.1.74
jax>=0.2.26,<=0.4.1
jaxlib>=0.1.74,<=0.4.1
matplotlib>=3.3.4
numpy>=1.19.5
Pillow>=9.0.0
Expand Down

0 comments on commit d549cec

Please sign in to comment.