Add CatBoost dependency and update lock file

- Added CatBoost version 1.2.8 to the project dependencies in pyproject.toml.
- Updated uv.lock to include CatBoost and its dependencies, along with the necessary wheel files.
- Included Graphviz version 0.21 in the lock file as a dependency for CatBoost.
This commit is contained in:
2025-10-27 19:26:30 +01:00
parent 039214af71
commit 63bc4140be
4 changed files with 4895 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ description = "A curated collection of mathematics and data science projects dev
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"catboost>=1.2.8",
"imblearn>=0.0",
"ipykernel>=6.29.5",
"keras>=3.11.3",