File size: 525 Bytes
f4e2c1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[tool.poetry]
name = "submission-template"
version = "0.1.0"
description = ""
authors = ["clemdesr <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = ">=0.68.0"
uvicorn = ">=0.15.0"
codecarbon = ">=2.3.1"
datasets = ">=2.14.0"
scikit-learn = ">=1.0.2"
pydantic = ">=1.10.0"
python-dotenv = ">=1.0.0"
gradio = ">=4.0.0"
requests = ">=2.31.0"
librosa = "0.10.2.post1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|