Skip to content

Commit

Permalink
Update jax[cpu] requirement from <0.4.11 to <0.4.12 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent f4c3b24 commit 355a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
# `pyproject.toml`, once optional dependencies defined there can reference one another
extras_require = dict()
extras_require["jax"] = [
"jax[cpu]<0.4.11; platform_system!='Windows'",
"jax[cpu]<0.4.12; platform_system!='Windows'",
]
extras_require["zoo"] = [
"tqdm>=4.0",
Expand Down

0 comments on commit 355a3af

Please sign in to comment.