Skip to content

Commit 9f02fd8

Browse files
⬆️ Update jax requirement from <0.6.0 to <0.7.0
Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](jax-ml/jax@jax-v0.4.13...jax-v0.6.0) --- updated-dependencies: - dependency-name: jax dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 013007f commit 9f02fd8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
jax<0.6.0
2+
jax<0.7.0
33
jaxlib<0.6.0
44
matplotlib
55
msgpack

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tqdm
2-
jax<0.6.0
2+
jax<0.7.0
33
jaxlib<0.6.0
44
matplotlib
55
numpy

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy
2-
jax<0.6.0
2+
jax<0.7.0
33
tqdm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
author_email='chao.brain@qq.com',
5858
packages=packages,
5959
python_requires='>=3.10',
60-
install_requires=['numpy>=1.15', 'jax>=0.4.13,<0.6.0', 'tqdm'],
60+
install_requires=['numpy>=1.15', 'jax>=0.4.13,<0.7.0', 'tqdm'],
6161
url='https://github.com/brainpy/BrainPy',
6262
project_urls={
6363
"Bug Tracker": "https://github.com/brainpy/BrainPy/issues",

0 commit comments

Comments
 (0)