File tree Expand file tree Collapse file tree 4 files changed +110
-111
lines changed
Expand file tree Collapse file tree 4 files changed +110
-111
lines changed Original file line number Diff line number Diff 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
2425The following APIs will no longer be maintained in the future, but you can still use them normally.
2526
Original file line number Diff line number Diff 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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 ]
6262package-dir = { "" = " ." }
You can’t perform that action at this time.
0 commit comments