chore(deps): update datasets requirement from >=2.0 to >=4.8.4#27
chore(deps): update datasets requirement from >=2.0 to >=4.8.4#27dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version. - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@2.0.0...4.8.4) --- updated-dependencies: - dependency-name: datasets dependency-version: 4.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis Dependabot PR raises the minimum required version of the Confidence Score: 5/5Safe to merge — minimal dependency footprint and no breaking API usage. The only usage of No files require special attention.
|
| Filename | Overview |
|---|---|
| pyproject.toml | Bumps the datasets minimum version requirement from >=2.0 to >=4.8.4; codebase only uses the stable Dataset.from_list() API, which is unaffected by the jump. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pyproject.toml] -->|datasets>=4.8.4| B[datasets library]
B --> C[Dataset.from_list]
C --> D[UnslothTrainer.train\nsrc/hippofloop/training/trainer.py]
D --> E[SFTTrainer\ntrl]
Reviews (1): Last reviewed commit: "chore(deps): update datasets requirement..." | Re-trigger Greptile
Updates the requirements on datasets to permit the latest version.
Release notes
Sourced from datasets's releases.
Commits
a0ce369release: 4.8.4 (#8088)0856825fix regression when loading JSON with one file = one object (#8086)6ca75d0Support latest torchvision (#8087)4a0c9c9set dev version (#8083)d4942e2Release 4.8.3 (#8082)1b31309Fix split_dataset_by_node step (#8081)4a4813fFix docstring of Json.cast_storage (#8080)68294abset dev version (#8077)2c46ab1release 4.8.2 (#8076)97ba494Json type for empty struct (#8074)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)