File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ nbformat # used for generate empty notebook
4
4
ipython[notebook] <9.6.0
5
5
setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
6
6
7
- onnxscript >= 0.2.2, < 0.5 .0
7
+ onnxscript >= 0.2.2, < 0.6 .0
8
8
9
9
#-r ../../_notebooks/.actions/requires.txt
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ scikit-learn >0.22.1, <1.8.0
11
11
numpy >1.20.0, <1.27.0
12
12
onnx >1.12.0, <1.20.0
13
13
onnxruntime >=1.12.0, <1.23.0
14
- onnxscript >= 0.1.0, < 0.5 .0
14
+ onnxscript >= 0.1.0, < 0.6 .0
15
15
psutil <7.0.1 # for `DeviceStatsMonitor`
16
16
pandas >2.0, <2.4.0 # needed in benchmarks
17
17
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
You can’t perform that action at this time.
0 commit comments