Files

14 lines
247 B
TOML
Raw Permalink Normal View History

2026-04-07 20:45:21 +02:00
[project]
name = "notebooks"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"fastid>=0.0.5",
"hiredis>=3.3.1",
"kagglehub>=1.0.0",
2026-04-20 21:50:20 +02:00
"matplotlib>=3.10.8",
2026-04-07 20:45:21 +02:00
"pandas>=3.0.2",
"redis>=7.4.0",
"tqdm>=4.67.3",
]