autoBIGS.cli/environment.yml
Harrison Deng d78ae19c4f
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Re-added pytest-cov to conda environment.yml
2025-02-21 06:40:20 +00:00

13 lines
178 B
YAML

name: base
channels:
- bioconda
- conda-forge
dependencies:
- pytest
- pytest-asyncio
- pytest-cov
- python-build
- conda-build
- twine==6.0.1
- setuptools_scm