Skip to content

Commit 0ca23d7

Browse files
Update jax[cpu] requirement from <0.3.25 to <0.3.26 (#740)
1 parent 7a71330 commit 0ca23d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# `pyproject.toml`, once optional dependencies defined there can reference one another
1010
extras_require = dict()
1111
extras_require["jax"] = [
12-
"jax[cpu]<0.3.25; platform_system!='Windows'",
12+
"jax[cpu]<0.3.26; platform_system!='Windows'",
1313
]
1414
extras_require["zoo"] = [
1515
"tqdm>=4.0",

0 commit comments

Comments
 (0)