Metadata-Version: 2.1
Name: vbjax
Version: 0.0.4
Summary: Virtual brains w/ JAX
Project-URL: Homepage, https://github.com/ins-amu/vbjax
Project-URL: Bug Tracker, https://github.com/ins-amu/vbjax/issues
Author-email: Marmaduke Woodman <marmaduke.woodman@univ-amu.fr>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: numpy
Description-Content-Type: text/markdown

## `vbjax`

`vbjax` is a Jax-based package for working with virtual brain style models.

Installs with `pip install vbjax`, or manually install dependencies with
`pip install numpy scipy jax jaxlib` or `conda install -y numpy scipy jax`.

Please see various notebooks and unit tests for usage.
