fix: use compatible release specifiers for non-dev dependencies
Fixes #145 Credit to MuX on Discord for recognizing that this is an issue with Transformers 5
This commit is contained in:
+19
-19
@@ -22,29 +22,29 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"accelerate>=1.10.0",
|
||||
"bitsandbytes>=0.45.0",
|
||||
"datasets>=4.0.0",
|
||||
"hf-transfer>=0.1.9",
|
||||
"huggingface-hub>=0.34.4",
|
||||
"kernels>=0.11.7",
|
||||
"optuna>=4.5.0",
|
||||
"peft>=0.14.0",
|
||||
"psutil>=7.1.3",
|
||||
"pydantic-settings>=2.10.1",
|
||||
"questionary>=2.1.1",
|
||||
"rich>=14.1.0",
|
||||
"transformers>=4.57.3",
|
||||
"accelerate~=1.10",
|
||||
"bitsandbytes~=0.45",
|
||||
"datasets~=4.0",
|
||||
"hf-transfer~=0.1",
|
||||
"huggingface-hub~=0.34",
|
||||
"kernels~=0.11",
|
||||
"optuna~=4.5",
|
||||
"peft~=0.14",
|
||||
"psutil~=7.1",
|
||||
"pydantic-settings~=2.10",
|
||||
"questionary~=2.1",
|
||||
"rich~=14.1",
|
||||
"transformers~=4.57",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
research = [
|
||||
"geom-median>=0.1.0",
|
||||
"imageio>=2.37.2",
|
||||
"matplotlib>=3.10.7",
|
||||
"numpy>=2.2.6",
|
||||
"pacmap>=0.8.0",
|
||||
"scikit-learn>=1.7.2",
|
||||
"geom-median~=0.1",
|
||||
"imageio~=2.37",
|
||||
"matplotlib~=3.10",
|
||||
"numpy~=2.2",
|
||||
"pacmap~=0.8",
|
||||
"scikit-learn~=1.7",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user