fix: notebooks

This commit is contained in:
2025-10-05 23:23:58 +02:00
parent 137dea7fe5
commit 8f90fdd625
16 changed files with 5006 additions and 6362 deletions
+2
View File
@@ -24,6 +24,7 @@ dependencies = [
"typer>=0.19.2",
"tensorflow==2.20.0; sys_platform == 'linux' and platform_machine == 'x86_64'",
"xgboost>=3.0.5",
"networkx>=3.5",
]
[project.scripts]
@@ -35,5 +36,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"ipykernel>=6.30.1",
"ruff>=0.13.3",
]