Update onnx to 1.14 (#28610)

* Update onnx to 1.14 and onnxruntime-gpu to 1.15.1

* Update lock
old-commit-hash: a4bba84f8c
This commit is contained in:
Kacper Rączy
2023-06-21 02:32:42 +02:00
committed by GitHub
parent 49181f4aa8
commit ef83566ed5
2 changed files with 5 additions and 5 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -28,11 +28,11 @@ json-rpc = "^1.13.0"
libusb1 = "^3.0.0"
nose = "^1.3.7"
numpy = "^1.23.0"
onnx = "^1.12.0"
onnxruntime-gpu = { version = "^1.11.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
onnx = "^1.14.0"
onnxruntime-gpu = { version = "^1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
pillow = "^9.2.0"
poetry = "==1.2.2"
protobuf = "==3.20.1"
protobuf = "==3.20.3"
psutil = "^5.9.1"
pycapnp = "==1.1.0"
pycryptodome = "^3.15.0"