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 - conda-forge
dependencies: dependencies:
- aiohttp==3.11.* - aiohttp==3.11.*
- biopython==1.85 - biopython==1.78
- pytest - pytest
- pytest-asyncio - pytest-asyncio
- python-build - python-build

View File

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