|
[tool.poetry] |
|
name = "submission-template" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["clemdesr <130474545+clemdesr@users.noreply.github.com>"] |
|
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" |
|
|