Resolve dependencies with Poetry
This commit is contained in:
parent
a4ba69feed
commit
fba5578adc
|
@ -0,0 +1,19 @@
|
|||
[tool.poetry]
|
||||
name = "locimend"
|
||||
version = "0.1.0"
|
||||
description = "Machine learning algorithm to correct DNA sequencing errors"
|
||||
authors = ["coolneng <akasroua@gmail.com>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.8.*"
|
||||
tensorflow = "^2.4.1"
|
||||
tensorflow-io = "^0.17.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
isort = "^5.8.0"
|
||||
pyflakes = "^2.3.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue