Skip to content

Commit

Permalink
Update jax[cpu] requirement from <0.3.5 to <0.3.6 (#700)
Browse files Browse the repository at this point in the history
Updates the requirements on [jax[cpu]](https://github.com/google/jax) to permit the latest version.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jaxlib-v0.1.32...jax-v0.3.5)

---
updated-dependencies:
- dependency-name: jax[cpu]
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 25479a1 commit b9a0a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.3.5; platform_system!='Windows'",
"jax[cpu]<0.3.6; platform_system!='Windows'",
]
extras_require["zoo"] = [
"tqdm>=4.0",
Expand Down

0 comments on commit b9a0a44

Please sign in to comment.