We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cab57 commit f5d4078Copy full SHA for f5d4078
requirements-dev.txt
@@ -50,7 +50,7 @@ h5py
50
nni==2.10.1; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
51
optuna
52
git+https://github.com/Project-MONAI/MetricsReloaded@monai-support#egg=MetricsReloaded
53
-onnx>=1.13.0
+onnx>=1.13.0, <1.19.1; python_version >= '3.10'
54
onnxruntime; python_version <= '3.10'
55
typeguard<3 # https://github.com/microsoft/nni/issues/5457
56
filelock<3.12.0 # https://github.com/microsoft/nni/issues/5523
0 commit comments