Intermediate commmit, close to finishin the results

This commit is contained in:
2025-11-03 17:36:50 +01:00
parent 1f036a0ff0
commit 2d7af415f6
16 changed files with 372 additions and 64 deletions
+4
View File
@@ -10,6 +10,7 @@ dependencies = [
"mypy>=1.18.2",
"numpy>=2.3.4",
"pandas>=2.3.3",
"project1",
"pytest>=8.4.2",
"ruff>=0.14.1",
"scikit-learn>=1.7.2",
@@ -22,3 +23,6 @@ dependencies = [
[build-system]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"
[tool.uv.sources]
project1 = { path = "../project1" }