Skip to content

Commit 8f10471

Browse files
authored
Update dependency bounds to be consistent with llmcompressor (#303)
Update the shared dependencies between speculators and llmcompressor and make the bounds consistent. A run from the PR is here: https://github.com/neuralmagic/llm-compressor-testing/actions/runs/22413995068 Signed-off-by: Dan Huang <dahuang@redhat.com>
1 parent ac6476d commit 8f10471

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ keywords = [
3737
]
3838
dependencies = [
3939
"click",
40-
"datasets>=4.0.0",
40+
"datasets>=4.0.0,<=4.6.0",
4141
"huggingface-hub",
42-
"loguru",
43-
"numpy",
42+
"loguru>=0.7.2,<=0.7.3",
43+
"numpy>=2.0.0,<=2.4.2",
4444
"protobuf",
4545
"psutil",
4646
"pydantic>=2.0.0",
4747
"pydantic-settings>=2.0.0",
4848
"rich",
4949
"safetensors",
5050
"setuptools",
51-
"torch",
52-
"tqdm",
53-
"transformers<5.0.0",
51+
"torch>=2.9.0,<=2.10.0",
52+
"tqdm>=4.66.3,<=4.67.3",
53+
"transformers>=4.56.1,<=4.57.6",
5454
"typer>=0.12.0",
5555
]
5656

0 commit comments

Comments
 (0)