Metadata-Version: 2.1
Name: blackjax
Version: 0.1
Summary: Flexible and fast inference in Python
Home-page: UNKNOWN
Author: The BlackJAX team
License: Apache License 2.0
Keywords: probabilistic machine learning bayesian statistics sampling algorithms
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: jax (>=0.2.13)
Requires-Dist: jaxlib (>=0.1.67)

# BlackJAX
![CI](https://github.com/blackjax-devs/blackjax/workflows/Run%20tests/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/blackjax-devs/blackjax/branch/master/graph/badge.svg)](https://codecov.io/gh/blackjax-devs/blackjax)

# How to contribute?

1. `pip install -r requirements-dev.txt`
2. Run `make lint` and `make test` before pushing on the repo; CI should pass if
   these pass locally.


