File size: 345 Bytes
eea405a adbb8fc eea405a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[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"
|