File size: 291 Bytes
6f27209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]