opdx / pyproject.toml
lyangas's picture
Upload 2 files
c17389e
raw
history blame
421 Bytes
[tool.poetry]
name = "icd10_docker"
version = "0.1.0"
description = ""
authors = ["lyangasovid <[email protected]>"]
[tool.poetry.dependencies]
python = "3.8"
numpy = "1.22.4"
torch = "2.0.1"
scikit-learn = "1.3.0"
transformers = "4.29.2"
flask = "2.0.3"
xgboost = "1.7.6"
werkzeug = "2.2.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"