Spaces:
Sleeping
Sleeping
| [project] | |
| name = "attribution-demonstrator" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "azure-storage-blob>=12.25.1", | |
| "gradio>=5.33.0,<6", | |
| "matplotlib>=3.10.3", | |
| "plotly>=6.1.2", | |
| "seaborn>=0.13.2", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "flake8>=7.2.0", | |
| "pre-commit>=4.2.0", | |
| "ruff>=0.11.13", | |
| ] | |