Skip to content

Commit f5d4078

Browse files
committed
Restrict onnx version to <1.19.1 for Python 3.11 compatibility
Signed-off-by: R. Garcia-Dias <[email protected]>
1 parent 19cab57 commit f5d4078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ h5py
5050
nni==2.10.1; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
5151
optuna
5252
git+https://github.com/Project-MONAI/MetricsReloaded@monai-support#egg=MetricsReloaded
53-
onnx>=1.13.0
53+
onnx>=1.13.0, <1.19.1; python_version >= '3.10'
5454
onnxruntime; python_version <= '3.10'
5555
typeguard<3 # https://github.com/microsoft/nni/issues/5457
5656
filelock<3.12.0 # https://github.com/microsoft/nni/issues/5523

0 commit comments

Comments
 (0)