chore: update dependencies

This commit is contained in:
Philipp Emanuel Weidmann
2026-03-15 09:31:32 +05:30
parent 515a7b9eb5
commit 94775d4148
2 changed files with 148 additions and 97 deletions
+11 -11
View File
@@ -22,19 +22,19 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"accelerate~=1.10",
"bitsandbytes~=0.45",
"datasets~=4.0",
"accelerate~=1.13",
"bitsandbytes~=0.49",
"datasets~=4.7",
"hf-transfer~=0.1",
"huggingface-hub~=0.34",
"kernels~=0.11",
"optuna~=4.5",
"peft~=0.14",
"psutil~=7.1",
"pydantic-settings~=2.10",
"huggingface-hub~=1.7",
"kernels~=0.12",
"optuna~=4.7",
"peft~=0.18",
"psutil~=7.2",
"pydantic-settings~=2.13",
"questionary~=2.1",
"rich~=14.1",
"transformers~=4.57",
"rich~=14.3",
"transformers~=5.3",
]
[project.optional-dependencies]