argus/environment.yaml
2023-10-05 22:50:49 -07:00

25 lines
312 B
YAML

channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- maturin
- patchelf
- nox
- mypy
- black
- isort
- pytest
- pytest-cov
- hypothesis
- pip
- sphinx
- pydata-sphinx-theme
- sphinx-copybutton
- myst-parser
- cffi
- pip:
- sphinx-autoapi
category: dev