Skip to content

Commit 74b3fd5

Browse files
dependabot[bot]BordaSkafteNickideependujha
authored
build(deps): update onnxscript requirement from <0.5.0,>=0.1.0 to >=0.1.0,<0.6.0 in /requirements (#21213)
* 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.5.0) --- updated-dependencies: - dependency-name: onnxscript dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Empty-Commit --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com> Co-authored-by: jirka <jirka.borovec@seznam.cz> Co-authored-by: Deependu <deependujha21@gmail.com>
1 parent 21523a6 commit 74b3fd5

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

7-
onnxscript >= 0.2.2, < 0.5.0
7+
onnxscript >= 0.2.2, < 0.6.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
@@ -13,7 +13,7 @@ scikit-learn >0.22.1, <1.8.0
1313
numpy >1.20.0, <1.27.0
1414
onnx >1.12.0, <1.20.0
1515
onnxruntime >=1.12.0, <1.24.0
16-
onnxscript >= 0.1.0, < 0.5.0
16+
onnxscript >= 0.1.0, < 0.6.0
1717
psutil <7.1.2 # for `DeviceStatsMonitor`
1818
pandas >2.0, <2.4.0 # needed in benchmarks
1919
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App

0 commit comments

Comments
 (0)