Skip to content

Commit d69d3ec

Browse files
⬆️ Bump jax[cuda12] from 0.4.38 to 0.6.1
Bumps [jax[cuda12]](https://github.com/jax-ml/jax) from 0.4.38 to 0.6.1. - [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.38...jax-v0.6.1) --- updated-dependencies: - dependency-name: jax[cuda12] dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 588357c commit d69d3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author_email='chao.brain@qq.com',
3131
packages=packages,
3232
python_requires='>=3.10',
33-
install_requires=['numpy>=1.15', 'jax==0.4.38', 'tqdm'],
33+
install_requires=['numpy>=1.15', 'jax==0.6.1', 'tqdm'],
3434
url='https://github.com/brainpy/BrainPy',
3535
project_urls={
3636
"Bug Tracker": "https://github.com/brainpy/BrainPy/issues",

0 commit comments

Comments
 (0)