Skip to content

Commit 1cb46a0

Browse files
committed
Fix onnx version only installing in python 3.11
Signed-off-by: R. Garcia-Dias <[email protected]>
1 parent 76a8b9a commit 1cb46a0

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
@@ -51,7 +51,7 @@ h5py
5151
nni==2.10.1; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
5252
optuna
5353
git+https://github.com/Project-MONAI/MetricsReloaded@monai-support#egg=MetricsReloaded
54-
onnx>=1.13.0, <1.19.1; python_version == '3.11'
54+
onnx>=1.13.0, <1.19.1
5555
onnxruntime; python_version <= '3.10'
5656
typeguard<3 # https://github.com/microsoft/nni/issues/5457
5757
filelock<3.12.0 # https://github.com/microsoft/nni/issues/5523

0 commit comments

Comments
 (0)