autoBIGS.engine/environment.yml
Harrison Deng fd536862e2
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
Twine version specified to 6.0.1 to avoid Twine issue 15611
2025-02-21 05:53:08 +00:00

15 lines
229 B
YAML

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