Replace tensorflow-io with biopython

This commit is contained in:
coolneng 2021-05-31 12:30:57 +02:00
parent 6201e35e99
commit e957e714e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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"