Replace tensorflow-io with biopython
This commit is contained in:
parent
6201e35e99
commit
e957e714e6
|
@ -8,7 +8,7 @@ license = "GPL-3.0-or-later"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "3.8.*"
|
python = "3.8.*"
|
||||||
tensorflow = "^2.4.1"
|
tensorflow = "^2.4.1"
|
||||||
tensorflow-io = "^0.17.1"
|
biopython = "^1.78"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
isort = "^5.8.0"
|
isort = "^5.8.0"
|
||||||
|
|
Loading…
Reference in New Issue