Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 21, 2023
1 parent 1db3cee commit 5aed3bd
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
jaxlib>=0.4.1
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
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
jaxlib>=0.4.1
jax>=0.4.1, <0.4.16
jaxlib>=0.4.1, <0.4.16
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
jax>=0.4.1, <0.4.16
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', 'tqdm', 'msgpack', 'numba'],
install_requires=['numpy>=1.15', 'jax>=0.4.1, <0.4.16', '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 5aed3bd

Please sign in to comment.