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 7a71330 commit 0ca23d7Copy full SHA for 0ca23d7
setup.py
@@ -9,7 +9,7 @@
9
# `pyproject.toml`, once optional dependencies defined there can reference one another
10
extras_require = dict()
11
extras_require["jax"] = [
12
- "jax[cpu]<0.3.25; platform_system!='Windows'",
+ "jax[cpu]<0.3.26; platform_system!='Windows'",
13
]
14
extras_require["zoo"] = [
15
"tqdm>=4.0",
0 commit comments