Skip to content

Commit 70226d2

Browse files
authored
Require datasets 4.1.0 (#650)
## Summary Update Huggingface datasets dependency: unversioned dependency can break with an old previously installed datasets package. ## Details We previously had an unversioned dependency on datasets, and a recent report shows that GuideLLM is not compatible with versions of datasets prior to 3.1.0. Since the "audio" extra already depends on datasets 4.1.0 we know that works and it seems a reasonable target. ## Test Plan ## Related Issues --- - [x] "I certify that all code in this PR is my own, except as noted below." ## Use of AI - [ ] Includes AI-assisted code completion - [ ] Includes code generated by an AI application - [ ] Includes AI-generated tests (NOTE: AI written tests should have a docstring that includes `## WRITTEN BY AI ##`)
2 parents 3b4df9b + 1b5fc85 commit 70226d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ keywords = [
5252
dependencies = [
5353
"click~=8.3.0",
5454
"culsans~=0.10.0",
55-
"datasets",
55+
"datasets>=4.1.0",
5656
"eval_type_backport",
5757
"faker",
5858
"ftfy>=6.0.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)