From ab94d679189b79b02fb00714f1e9c211ff57c7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:23:33 +0000 Subject: [PATCH] build(deps): update onnxscript requirement in /requirements Updates the requirements on [onnxscript](https://github.com/microsoft/onnxscript) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxscript/releases) - [Commits](https://github.com/microsoft/onnxscript/compare/v0.2.2...v0.4.0) --- updated-dependencies: - dependency-name: onnxscript dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/docs.txt | 2 +- requirements/pytorch/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pytorch/docs.txt b/requirements/pytorch/docs.txt index 80bd25909157d..a3e2e88967f75 100644 --- a/requirements/pytorch/docs.txt +++ b/requirements/pytorch/docs.txt @@ -4,6 +4,6 @@ nbformat # used for generate empty notebook ipython[notebook] <9.5.0 setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.` -onnxscript >= 0.2.2, <0.4.0 +onnxscript >= 0.2.2, < 0.5.0 #-r ../../_notebooks/.actions/requires.txt diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 4810a58fd0d78..c81b588a56d5c 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -11,7 +11,7 @@ scikit-learn >0.22.1, <1.8.0 numpy >1.20.0, <1.27.0 onnx >1.12.0, <1.19.0 onnxruntime >=1.12.0, <1.23.0 -onnxscript >= 0.1.0, <0.4.0 +onnxscript >= 0.1.0, < 0.5.0 psutil <7.0.1 # for `DeviceStatsMonitor` pandas >2.0, <2.4.0 # needed in benchmarks fastapi # for `ServableModuleValidator` # not setting version as re-defined in App