We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588357c commit d69d3ecCopy full SHA for d69d3ec
setup.py
@@ -30,7 +30,7 @@
30
author_email='chao.brain@qq.com',
31
packages=packages,
32
python_requires='>=3.10',
33
- install_requires=['numpy>=1.15', 'jax==0.4.38', 'tqdm'],
+ install_requires=['numpy>=1.15', 'jax==0.6.1', 'tqdm'],
34
url='https://github.com/brainpy/BrainPy',
35
project_urls={
36
"Bug Tracker": "https://github.com/brainpy/BrainPy/issues",
0 commit comments