Skip to content

Commit 4c42bdd

Browse files
committed
fix(deps): update brainstate version to 0.2.0 in requirements
docs: update documentation links for BrainPy 3.0 and 2.0
1 parent 4f5ec32 commit 4c42bdd

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation. It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **building**, **simulation**, **training**, **analysis**, etc.
1818

1919
- **Source**: https://github.com/brainpy/BrainPy
20-
- **Documentation**: https://brainpy.readthedocs.io/
21-
- **Documentation**: https://brainpy-v2.readthedocs.io/
20+
- **Documentation (brainpy v3.0)**: https://brainpy.readthedocs.io/
21+
- **Documentation (brainpy v2.0)**: https://brainpy-v2.readthedocs.io/
2222
- **Bug reports**: https://github.com/brainpy/BrainPy/issues
2323
- **Ecosystem**: https://brainmodeling.readthedocs.io/
2424

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"numpy>=1.15",
3939
"jax",
4040
"tqdm",
41-
"brainstate>=0.1.6",
41+
"brainstate>=0.2.0",
4242
"brainunit",
4343
"brainevent>=0.0.4",
4444
"braintools>=0.0.9",

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ msgpack
55
tqdm
66
pathos
77
numba
8-
brainstate
9-
braintools>=0.1.0
108
setuptools
119

1210

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
brainstate>=0.1.6
2+
brainstate>=0.2.0
33
brainunit
44
brainevent>=0.0.4
55
braintools>=0.1.0

0 commit comments

Comments
 (0)