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 60d225a commit f1089c6Copy full SHA for f1089c6
requirements.txt
@@ -1,6 +1,6 @@
1
# ubuntu seems to have issues with jax v0.4.6. Recheck when v0.4.7 is out
2
-jax>=0.4.13
3
-jaxlib>=0.4.13
+jax>=0.4.13,<0.5.1
+jaxlib>=0.4.13,<0.5.1
4
grgrjax>=0.4.6
5
scipy
6
pyyaml
setup.py
@@ -34,8 +34,8 @@
34
'linear': ['grgrlib>=0.1.22'],
35
},
36
install_requires=[
37
- "jax>=0.4.13",
38
- "jaxlib>=0.4.13",
+ "jax>=0.4.13,<0.5.1",
+ "jaxlib>=0.4.13,<0.5.1",
39
"grgrjax>=0.4.6",
40
"pyyaml",
41
"scipy",
0 commit comments