Skip to content

Commit

Permalink
Bump the pip-others group across 1 directory with 2 updates (#4160)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 8ac9eb3 commit 125ccfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ base = [
]

transformers = [
"transformers==4.47.0",
"transformers==4.47.1",
"diffusers==0.31.0",
"torchmetrics[image]>=0.7.0"
]
Expand All @@ -115,7 +115,7 @@ ci_publish = [

ci_benchmark = [
"pandas<2.3", # To avoid conflict with nncf==2.9.0
"matplotlib==3.9.4",
"matplotlib==3.10.0",
"nbconvert==7.16.4",
"ipython==8.30.0",
"ipykernel==6.29.5",
Expand Down

0 comments on commit 125ccfb

Please sign in to comment.