Skip to content

Commit

Permalink
Limit jax version (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jul 3, 2023
1 parent 160172e commit 381b8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ protobuf>=3.19, <4
cloudpickle>=2.0.0
multiprocess>=0.70.12.2
cachetools>=5.0.0
jax>=0.3.15 # Last version that supports numpy 1.9
jaxlib>=0.3.15
jax>=0.3.15,<=0.4.12 # Last version that supports numpy 1.9
jaxlib>=0.3.15,<=0.4.12
termcolor>=2.0.0

0 comments on commit 381b8dc

Please sign in to comment.