Skip to content

Commit 4c94603

Browse files
authored
chore: update documentation and dependencies for brainpy.state module (#822)
1 parent 82079e1 commit 4c94603

File tree

4 files changed

+110
-111
lines changed

4 files changed

+110
-111
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ API Documentation
2020
apis/optim.rst
2121
apis/running.rst
2222
apis/mixin.rst
23+
``brainpy.state`` module <https://brainpy-state.readthedocs.io/api/index.html>
2324

2425
The following APIs will no longer be maintained in the future, but you can still use them normally.
2526

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,3 @@ See also the ecosystem
157157
FAQ.rst
158158
api.rst
159159
changelog.md
160-
brainpy-changelog.md
161-
brainpylib-changelog.md

docs/quickstart/simulation.ipynb

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ dynamic = ['version']
5353
"Source Code" = "https://github.com/brainpy/BrainPy"
5454

5555
[project.optional-dependencies]
56-
cpu = ["jax[cpu]"]
57-
cuda12 = ["jax[cuda12]"]
58-
cuda13 = ["jax[cuda13]"]
59-
tpu = ["jax[tpu]"]
56+
cpu = ["jax[cpu]", 'brainevent[cpu]']
57+
cuda12 = ["jax[cuda12]", 'brainevent[cuda12]']
58+
cuda13 = ["jax[cuda13]", 'brainevent[cuda13]']
59+
tpu = ["jax[tpu]", 'brainevent[tpu]']
6060

6161
[tool.setuptools]
6262
package-dir = { "" = "." }

0 commit comments

Comments
 (0)