Metadata-Version: 2.1
Name: cminpack-numba
Version: 0.1.0
Summary: A numba compatible wrapper of cminpack.
Author-email: Chris Ninham <christopher.ninham@creatis.insa-lyon.fr>
Description-Content-Type: text/markdown
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: ruff ; extra == "dev"
Requires-Dist: pytest ; extra == "tests"
Requires-Dist: pytest-benchmark ; extra == "tests"
Requires-Dist: scipy ; extra == "tests"
Requires-Dist: NumbaMinpack ; extra == "tests"
Provides-Extra: dev
Provides-Extra: tests

# cminpack_numba

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

A numba wrapper of cminpack.

## Installation

Clone the repository and its submodules `git clone --recurse-submodules` and `cd` to the directory, then:

```shell
pip install .
```

