Spaces:
Sleeping
Sleeping
File size: 498 Bytes
0faf251 0472866 0faf251 |
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 = "github-metrics"
version = "0.1.0"
description = ""
authors = ["Omar U. Espejel <[email protected]>"]
readme = "README.md"
packages = [{include = "github_metrics"}]
[tool.poetry.dependencies]
python = "^3.11"
gradio = "^4.19.2"
pandas = "^2.2.1"
matplotlib = "^3.8.3"
termcolor = "^2.4.0"
seaborn = "^0.13.2"
numpy = "^1.26.4"
lifelines = "^0.28.0"
plotly = "^5.19.0"
scipy = "^1.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|