[tool.poetry] | |
name = "repo-info" | |
version = "0.1.0" | |
description = "" | |
authors = ["jsulz <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.12" | |
gradio = "^5.5.0" | |
huggingface-hub = "^0.26.2" | |
plotly = "^5.24.1" | |
numpy = "^2.1.3" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |