Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 22, 2023
1 parent 572312f commit 0c46f00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy
numba
brainpylib
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
jax
jaxlib
matplotlib>=3.4
msgpack
tqdm
Expand Down
4 changes: 2 additions & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ numpy
tqdm
msgpack
numba
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
jax
jaxlib
matplotlib>=3.4
scipy>=1.1.0
numba
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
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='chao.brain@qq.com',
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', '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 0c46f00

Please sign in to comment.