Skip to content

Commit

Permalink
Bump the pip-others group across 1 directory with 3 updates (#4125)
Browse files Browse the repository at this point in the history
Bumps the pip-others group with 3 updates in the / directory: [onnxruntime](https://github.com/microsoft/onnxruntime), [transformers](https://github.com/huggingface/transformers) and [mlflow](https://github.com/mlflow/mlflow).


Updates `onnxruntime` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](https://github.com/microsoft/onnxruntime/commits)

Updates `transformers` from 4.46.2 to 4.46.3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.46.2...v4.46.3)

Updates `mlflow` from 2.17.2 to 2.18.0
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.17.2...v2.18.0)

---
updated-dependencies:
- dependency-name: onnxruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-others
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-others
- dependency-name: mlflow
  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 Nov 28, 2024
1 parent 2f5d247 commit e8102ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev = [
"pytest-mock",
"pytest-csv",
"pytest-cov",
"onnxruntime==1.20.0",
"onnxruntime==1.20.1",
]

docs = [
Expand Down Expand Up @@ -89,7 +89,7 @@ base = [
]

transformers = [
"transformers==4.46.2",
"transformers==4.46.3",
"diffusers==0.31.0",
"torchmetrics[image]>=0.7.0"
]
Expand Down Expand Up @@ -120,7 +120,7 @@ ci_benchmark = [
"ipython==8.29.0",
"ipykernel==6.29.5",
"openpyxl==3.1.5",
"mlflow==2.17.2",
"mlflow==2.18.0",
"py-cpuinfo==9.0.0",
]

Expand Down

0 comments on commit e8102ee

Please sign in to comment.