Skip to content

Commit

Permalink
bump version of grgrjax
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Oct 23, 2023
1 parent 7753e6a commit 18ebc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ubuntu seems to have issues with jax v0.4.6. Recheck when v0.4.7 is out
jax>=0.4.13
jaxlib>=0.4.13
grgrjax>=0.4.4
grgrjax>=0.4.5
scipy
pyyaml
pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
install_requires=[
"jax>=0.4.13",
"jaxlib>=0.4.13",
"grgrjax>=0.4.4",
"grgrjax>=0.4.5",
"pyyaml",
"scipy",
],
Expand Down

0 comments on commit 18ebc5f

Please sign in to comment.