Skip to content

Commit

Permalink
⬆️ Update jaxlib requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [jaxlib](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.4.1...jaxlib-v0.4.16)

---
updated-dependencies:
- dependency-name: jaxlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent e6373e8 commit 2a41721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
numba
brainpylib
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.17
matplotlib>=3.4
msgpack
tqdm
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tqdm
msgpack
numba
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.17
matplotlib>=3.4
scipy>=1.1.0
numba
Expand Down

0 comments on commit 2a41721

Please sign in to comment.