Skip to content

Commit 1b5fc85

Browse files
committed
Require datasets 4.1.0
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. Signed-off-by: David Butenhof <dbutenho@redhat.com>
1 parent 3b4df9b commit 1b5fc85

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)