Skip to content

Commit 125ccfb

Browse files
Bump the pip-others group across 1 directory with 2 updates (#4160)
Bumps the pip-others group with 2 updates in the / directory: [transformers](https://github.com/huggingface/transformers) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `transformers` from 4.47.0 to 4.47.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.47.0...v4.47.1) Updates `matplotlib` from 3.9.4 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.4...v3.10.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ac9eb3 commit 125ccfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ base = [
8989
]
9090

9191
transformers = [
92-
"transformers==4.47.0",
92+
"transformers==4.47.1",
9393
"diffusers==0.31.0",
9494
"torchmetrics[image]>=0.7.0"
9595
]
@@ -115,7 +115,7 @@ ci_publish = [
115115

116116
ci_benchmark = [
117117
"pandas<2.3", # To avoid conflict with nncf==2.9.0
118-
"matplotlib==3.9.4",
118+
"matplotlib==3.10.0",
119119
"nbconvert==7.16.4",
120120
"ipython==8.30.0",
121121
"ipykernel==6.29.5",

0 commit comments

Comments
 (0)