Metadata-Version: 2.1
Name: relaxed
Version: 0.0.3
Summary: Differentiable versions of common operations.
Home-page: https://github.com/gradhep/relaxed
Author: Nathan Simpson
Author-email: nathan.simpson@hep.lu.se
License: Apache-2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7, <3.9
Description-Content-Type: text/markdown
Requires-Dist: jax (==0.1.71)
Requires-Dist: jax-fixedpoint (==0.0.4)
Requires-Dist: jaxlib (==0.1.49)
Requires-Dist: pyhf

# relaxed
(will) Provide differentiable versions of common HEP operations and objectives.

Browse or contribute to the [List of Differentiable Operations](list_of_operations.md).

## Developing

Clone and cd into the repo, then in a python venv run
```
python -m pip install -e .
```
to install dependencies.

Be sure to read [`CONTRIBUTING.md`](CONTRIBUTING.md) before making a PR!


