Skip to content

Commit 2f7771a

Browse files
chore(deps): bump transformers
Bumps [transformers](https://github.com/huggingface/transformers) from 5.0.0 to 5.5.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v5.0.0...v5.5.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f798098 commit 2f7771a

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
@@ -19,7 +19,7 @@ version = "1.0.0"
1919
dependencies = [
2020
"datasets==4.0.0",
2121
"torch==2.8.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
22-
"transformers==5.0.0",
22+
"transformers==5.5.0",
2323
]
2424

2525
[project.scripts]

0 commit comments

Comments
 (0)