python-program/environment.yml
Harrison Deng 377e55fb8a Update environment.yml
Included coverage library.
2023-07-20 20:36:10 +00:00

12 lines
137 B
YAML

name: program
channels:
- conda-forge
dependencies:
- python
- pip
- python-build
- pytest
- pytest-cov
- twine
- sphinx