diff --git a/README.md b/README.md index 3dbcfa0ae5..e4bcdbb815 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- project-monai +project-monai

**M**edical **O**pen **N**etwork for **AI** diff --git a/requirements-dev.txt b/requirements-dev.txt index fda405eff2..ff234c856e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,7 @@ h5py nni==2.10.1; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine optuna git+https://github.com/Project-MONAI/MetricsReloaded@monai-support#egg=MetricsReloaded -onnx>=1.13.0 +onnx>=1.13.0, <1.19.1 onnxruntime; python_version <= '3.10' typeguard<3 # https://github.com/microsoft/nni/issues/5457 filelock<3.12.0 # https://github.com/microsoft/nni/issues/5523