Skip to content

Commit

Permalink
⬆️ Update jax requirement
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.1...jax-v0.4.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent e6373e8 commit 9f7a75b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1, <0.4.16
jax>=0.4.1, <0.4.17
jaxlib>=0.4.1, <0.4.16
matplotlib>=3.4
msgpack
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
tqdm
msgpack
numba
jax>=0.4.1, <0.4.16
jax>=0.4.1, <0.4.17
jaxlib>=0.4.1, <0.4.16
matplotlib>=3.4
scipy>=1.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
jax>=0.4.1, <0.4.16
jax>=0.4.1, <0.4.17
tqdm
msgpack
numba
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
author_email='[email protected]',
packages=packages,
python_requires='>=3.8',
install_requires=['numpy>=1.15', 'jax>=0.4.1, <0.4.16', 'tqdm', 'msgpack', 'numba'],
install_requires=['numpy>=1.15', 'jax>=0.4.1, <0.4.17', 'tqdm', 'msgpack', 'numba'],
url='https://github.com/brainpy/BrainPy',
project_urls={
"Bug Tracker": "https://github.com/brainpy/BrainPy/issues",
Expand Down

0 comments on commit 9f7a75b

Please sign in to comment.