Lowered biopython requirement to 1.78
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3d6f36a722
commit
df57710d6a
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user