Skip to content

Commit 03716c1

Browse files
authored
fix: lock granite-common version to avoid arg changes (#260)
1 parent 9b1f299 commit 03716c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"mistletoe>=1.4.0",
4343
"huggingface-hub>=0.33.4",
4444
"pillow",
45-
"granite-common>=0.3.5", # Needed for Intrinsics.
45+
"granite-common==0.3.5", # Needed for Intrinsics.
4646
"math_verify", # Needed for Majority Voting Sampling Strategies.
4747
"rouge_score", # Needed for Majority Voting Sampling Strategies.
4848
"llm-sandbox[docker]>=0.3.23",

0 commit comments

Comments
 (0)