chore: add package management

this is mainly useful for split-dev with remote ipynb kernels and local IDE
This commit is contained in:
2026-04-07 20:45:21 +02:00
parent d2972f5262
commit bf36ceaf0a
3 changed files with 366 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "notebooks"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"fastid>=0.0.5",
"hiredis>=3.3.1",
"kagglehub>=1.0.0",
"pandas>=3.0.2",
"redis>=7.4.0",
"tqdm>=4.67.3",
]