pca-plot / pyproject.toml
ggrinberg35's picture
Add code
6f27209
[project]
name = "dashboard"
version = "0.1.0"
requires-python = "<3.14,>=3.13"
dependencies = [
"bokeh>=3.8.1",
"dotenv>=0.9.9",
"huggingface-hub>=1.1.2",
"numpy>=2.3.4",
"polars>=1.35.2",
]
[dependency-groups]
dev = [
"scikit-learn>=1.7.2",
"scipy>=1.16.3",
]