opdx / pyproject.toml
lyangas
fixing versions of packages and python versions
9ac5368
raw
history blame
860 Bytes
[tool.poetry]
name = "icd10_docker"
version = "0.1.0"
description = ""
authors = ["lyangasovid <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
scikit-learn = "1.3.0"
transformers = "4.29.2"
flask = "2.0.3"
xgboost = "1.7.6"
werkzeug = "2.2.2"
torch = {url = "https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl#sha256=fbe35a5c60aef0c4b5463caab10ba905bdfa07d6d16b7be5d510225c966a0b46"}
numpy = "1.26.3"
pandas = "2.2.0"
accelerate = "^0.25.0"
experiments = "0.1.0"
matplotlib = "3.8.2"
plotly = "5.18.0"
protobuf = "4.25.2"
tqdm = "4.66.1"
google-cloud-storage = "^2.14.0"
tinydb = "^4.8.0"
uvicorn = "^0.27.0.post1"
fastapi = "^0.109.2"
firebase-admin = "^6.5.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"