Skip to content

Commit 47b7539

Browse files
authored
update requirements (#146)
update requirements
2 parents dae07dd + 100004e commit 47b7539

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
numba
44
matplotlib>=3.4
5-
jaxlib>=0.1.64
5+
jaxlib>=0.3.0
66
sympy>=1.6
77
scipy>=1.1.0
88
networkx
9-
brainpylib>=0.0.3
9+
brainpylib>=0.0.4
1010

1111
# test requirements
1212
pytest

requirements-doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r requirements.txt
22

33
matplotlib>=3.4
4-
jaxlib>=0.1.64
4+
jaxlib>=0.3.0
55
sympy>=1.6
66
scipy>=1.1.0
7-
brainpylib
7+
brainpylib>=0.0.4
88
numba
99

1010
# document requirements

requirements-win.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ matplotlib>=3.4
55
sympy>=1.6
66
scipy>=1.1.0
77
networkx
8-
brainpylib>=0.0.3
8+
brainpylib>=0.0.4
9+
jaxlib>=0.3.0
910

1011
# test requirements
1112
pytest

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy>=1.15
2-
jax>=0.2.10
2+
jax>=0.3.0
33
tqdm

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
python_requires='>=3.7',
3131
install_requires=[
3232
'numpy>=1.15',
33-
'jax>=0.2.10',
33+
'jax>=0.3.0',
3434
'tqdm',
3535
],
3636
extras_require={
37-
'cpu': ['jaxlib>=0.1.64', 'brainpylib>=0.03'],
38-
'cuda': ['jaxlib>=0.1.64', 'brainpylib>=0.03'],
37+
'cpu': ['jaxlib>=0.3.0', 'brainpylib>=0.0.4'],
38+
'cuda': ['jaxlib>=0.3.0', 'brainpylib>=0.0.4'],
3939
},
4040
url='https://github.com/PKU-NIP-Lab/BrainPy',
4141
keywords='computational neuroscience, brain-inspired computation, '

0 commit comments

Comments
 (0)