autoBIGS.engine/environment.yml
Harrison Deng 2822a483e3
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
Initial attempt at switching to a conda based build environment
2025-02-21 05:37:56 +00:00

15 lines
222 B
YAML

name: ci
channels:
- bioconda
- conda-forge
dependencies:
- aiohttp==3.11.*
- biopython==1.85
- pytest
- pytest-asyncio
- python-build
- conda-build
- twine
- setuptools_scm
- pytest-cov
- grayskull