Skip to content

fix(deps): update dependency datasets to v4 #13502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name = "weather-model"
version = "1.0.0"
dependencies = [
"datasets==3.0.1",
"datasets==4.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating the datasets dependency to version 4.0.0. Ensure that all functionalities and APIs used from the datasets library are compatible with this new version. Review the release notes to identify any breaking changes or deprecations that may affect the code. If there are breaking changes, make sure to update the code accordingly.

    "datasets==4.0.0", # Ensure compatibility with all functionalities used

"torch==2.4.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
"transformers==4.48.0",
]
Expand Down