Skip to content

Commit 538cd37

Browse files
authored
fix(deps): update dependency datasets to v4 (#13502)
1 parent a18f3c4 commit 538cd37

File tree

1 file changed

+1
-1
lines changed
  • people-and-planet-ai/weather-forecasting/serving/weather-model

1 file changed

+1
-1
lines changed

people-and-planet-ai/weather-forecasting/serving/weather-model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
name = "weather-model"
1818
version = "1.0.0"
1919
dependencies = [
20-
"datasets==3.0.1",
20+
"datasets==4.0.0",
2121
"torch==2.4.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
2222
"transformers==4.48.0",
2323
]

0 commit comments

Comments
 (0)