Skip to content

Commit

Permalink
⬆️ Update jax requirement from <0.4.24 to <0.4.25
Browse files Browse the repository at this point in the history
Updates the requirements on [jax](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@jax-v0.4.13...jax-v0.4.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 9990f05 commit 3d138eb
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
@@ -1,7 +1,7 @@
numpy
numba
brainpylib
jax < 0.4.24
jax < 0.4.25
jaxlib < 0.4.24
matplotlib
msgpack
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
jax < 0.4.24
jax < 0.4.25
tqdm
numba

0 comments on commit 3d138eb

Please sign in to comment.