Commit 70226d2
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 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments