From 2f4520ac3169cb272e4070e252c5a63174d868d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:30:51 +0000 Subject: [PATCH] chore(deps): bump the inference-dependencies group Bumps the inference-dependencies group in /evaluation with 4 updates: [numpy](https://github.com/numpy/numpy), [marshmallow](https://github.com/marshmallow-code/marshmallow), [torch](https://github.com/pytorch/pytorch) and [lerobot](https://github.com/huggingface/lerobot). Updates `numpy` from 2.2.6 to 2.4.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.6...v2.4.4) Updates `marshmallow` from 3.26.2 to 4.3.0 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.26.2...4.3.0) Updates `torch` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.10.0...v2.11.0) Updates `lerobot` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/huggingface/lerobot/releases) - [Commits](https://github.com/huggingface/lerobot/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: inference-dependencies - dependency-name: marshmallow dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: inference-dependencies - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: inference-dependencies - dependency-name: lerobot dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: inference-dependencies ... Signed-off-by: dependabot[bot] --- evaluation/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/evaluation/pyproject.toml b/evaluation/pyproject.toml index 2f9ea0dc..b3d004c0 100644 --- a/evaluation/pyproject.toml +++ b/evaluation/pyproject.toml @@ -4,12 +4,12 @@ version = "0.1.0" description = "Evaluation workflow runtime dependencies" requires-python = ">=3.12" dependencies = [ - "numpy==2.2.6", + "numpy==2.4.4", "azure-core==1.39.0", "azure-storage-blob==12.28.0", "azure-identity==1.25.3", "azure-ai-ml==1.32.0", - "marshmallow==3.26.2", + "marshmallow==4.3.0", "mlflow==3.11.1", "packaging==26.1", "psutil==7.2.2", @@ -20,9 +20,9 @@ dependencies = [ "onnxruntime-gpu==1.24.4", "toml==0.10.2", "gymnasium==1.2.3", - "torch==2.10.0", + "torch==2.11.0", "tensordict==0.12.1", - "lerobot==0.5.0", + "lerobot==0.5.1", ] [build-system]