mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-12 22:07:43 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user