We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a469fd commit 3942e56Copy full SHA for 3942e56
requirements.txt
@@ -1,7 +1,7 @@
1
# ubuntu seems to have issues with jax v0.4.6. Recheck when v0.4.7 is out
2
jax>=0.4.13,<0.5.1
3
jaxlib>=0.4.13,<0.5.1
4
-grgrjax>=0.4.6
+grgrjax>=0.4.7
5
scipy
6
pyyaml
7
pytest
setup.py
@@ -36,7 +36,7 @@
36
install_requires=[
37
"jax>=0.4.13,<0.5.1",
38
"jaxlib>=0.4.13,<0.5.1",
39
- "grgrjax>=0.4.6",
+ "grgrjax>=0.4.7",
40
"pyyaml",
41
"scipy",
42
],
0 commit comments