Skip to content

Commit fdcfe0f

Browse files
build(deps): update onnxscript requirement from <0.4.0,>=0.2.2 to >=0.2.2,<0.5.0 in /requirements (#21113)
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](microsoft/onnxscript@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b581924 commit fdcfe0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/pytorch/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ nbformat # used for generate empty notebook
44
ipython[notebook] <9.5.0
55
setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
66

7-
onnxscript >= 0.2.2, <0.4.0
7+
onnxscript >= 0.2.2, < 0.5.0
88

99
#-r ../../_notebooks/.actions/requires.txt

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scikit-learn >0.22.1, <1.8.0
1111
numpy >1.20.0, <1.27.0
1212
onnx >1.12.0, <1.19.0
1313
onnxruntime >=1.12.0, <1.23.0
14-
onnxscript >= 0.1.0, <0.4.0
14+
onnxscript >= 0.1.0, < 0.5.0
1515
psutil <7.0.1 # for `DeviceStatsMonitor`
1616
pandas >2.0, <2.4.0 # needed in benchmarks
1717
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App

0 commit comments

Comments
 (0)