Lowered biopython requirement to 1.78
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-03-07 00:16:27 +00:00
parent 3d6f36a722
commit df57710d6a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- aiohttp==3.11.*
- biopython==1.85
- biopython==1.78
- pytest
- pytest-asyncio
- python-build

View File

@ -8,7 +8,7 @@ dynamic = ["version"]
readme = "README.md"
dependencies = [
"biopython==1.85",
"biopython~=1.78",
"aiohttp[speedups]==3.11.*",
]
requires-python = ">=3.12"