Skip to content

Commit 2b5be23

Browse files
committed
cap jax version at 0.4.14 to avoid future errors
1 parent 6083351 commit 2b5be23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/jax.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
-r core.txt
44

5-
jaxlib>=0.3.14; platform_system != "Windows"
6-
jax[cpu]>=0.3.14; platform_system != "Windows"
5+
jaxlib>=0.3.14,<=0.4.14; platform_system != "Windows"
6+
jax[cpu]>=0.3.14,<=0.4.14; platform_system != "Windows"
77

88
# we downgrade to 0.3 for windows users because the only binaries for windows are 0.3 currently.
99
jaxlib==0.3.14; platform_system == "Windows"

0 commit comments

Comments
 (0)