Skip to content

Commit af241cd

Browse files
committed
fix(deps): update dependency datasets to v5
1 parent b419024 commit af241cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • people-and-planet-ai/weather-forecasting/serving/weather-model

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==4.0.0",
20+
"datasets==5.0.0",
2121
"torch==2.8.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
2222
"transformers==5.0.0",
2323
]

0 commit comments

Comments
 (0)