Update onnxruntime requirement from <1.14.0 to <1.16.0 in /requirements (#17838)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
76515140d8
commit
d79bdb5092
|
@ -9,7 +9,7 @@ pytest-random-order ==1.1.0
|
|||
cloudpickle >=1.3, <2.3.0
|
||||
scikit-learn >0.22.1, <1.2.1
|
||||
onnx <1.15.0
|
||||
onnxruntime <1.14.0
|
||||
onnxruntime <1.16.0
|
||||
psutil <5.9.5 # for `DeviceStatsMonitor`
|
||||
pandas >1.0, <2.0.2 # needed in benchmarks
|
||||
fastapi <0.98.0 # for `ServableModuleValidator`
|
||||
|
|
Loading…
Reference in New Issue