AI-Excel-BI-Dashboard / pyproject.toml
dimoZ's picture
Upload 4 files
f9b2f98 verified
raw
history blame contribute delete
294 Bytes
[project]
name = "data-visual"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-genai>=1.41.0",
"google-generativeai>=0.8.5",
"matplotlib>=3.10.6",
"seaborn>=0.13.2",
"streamlit>=1.50.0",
]