Skip to content

Commit efb7328

Browse files
build(deps): update onnxscript requirement from <0.6.0,>=0.2.2 to >=0.2.2,<0.7.0 in /requirements (#21646)
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.6.2) --- updated-dependencies: - dependency-name: onnxscript dependency-version: 0.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd9f72d commit efb7328

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.13.0
55
setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
66

7-
onnxscript >= 0.2.2, < 0.6.0
7+
onnxscript >= 0.2.2, < 0.7.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
@@ -14,7 +14,7 @@ numpy >1.21.0, <1.27.0; python_version < "3.12"
1414
numpy >2.1.0, <2.4.5; python_version >= "3.12"
1515
onnx >1.12.0, <1.22.0
1616
onnxruntime >=1.12.0, <1.25.0
17-
onnxscript >= 0.1.0, < 0.6.0
17+
onnxscript >= 0.1.0, < 0.7.0
1818
onnx-ir < 0.1.16
1919
psutil <7.3.0 # for `DeviceStatsMonitor`
2020
pandas >2.0, <3.1.0 # needed in benchmarks

0 commit comments

Comments
 (0)