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 6083351 commit 2b5be23Copy full SHA for 2b5be23
requirements/jax.txt
@@ -2,8 +2,8 @@
2
3
-r core.txt
4
5
-jaxlib>=0.3.14; platform_system != "Windows"
6
-jax[cpu]>=0.3.14; platform_system != "Windows"
+jaxlib>=0.3.14,<=0.4.14; platform_system != "Windows"
+jax[cpu]>=0.3.14,<=0.4.14; platform_system != "Windows"
7
8
# we downgrade to 0.3 for windows users because the only binaries for windows are 0.3 currently.
9
jaxlib==0.3.14; platform_system == "Windows"
0 commit comments