Skip to content

Commit a90838f

Browse files
committed
Add brainpy_state to dependencies in pyproject.toml and requirements.txt
1 parent 8773945 commit a90838f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"tqdm",
4242
"brainstate>=0.2.7",
4343
"brainunit",
44+
"brainpy_state",
4445
"brainevent>=0.0.4",
4546
"braintools>=0.0.9",
4647
]

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
numpy
2-
brainstate>=0.2.7
32
brainunit
43
brainevent>=0.0.4
54
braintools>=0.1.0
5+
brainstate>=0.2.7
6+
brainpy_state
67
jax
78
tqdm

0 commit comments

Comments
 (0)