Metadata-Version: 2.1
Name: chariot-transforms
Version: 0.2.0
Summary: image processing transforms for Chariot
Project-URL: homepage, https://www.striveworks.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch >=1.13
Requires-Dist: torchvision >=0.14
Requires-Dist: numpy <1.24,>=1.21
Provides-Extra: dev
Requires-Dist: setuptools-scm ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

# dev setup

### Setup pre-commit

```shell
pip install pre-commit
pre-commit install
```
