From 3659fd31d6ea330dc044ced9fafa705d248d4c54 Mon Sep 17 00:00:00 2001 From: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Date: Thu, 18 May 2023 12:38:41 +0800 Subject: [PATCH 1/3] Use monai instead of monai-weekly in the requirements Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec12d276..3f1ff86c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy>=1.17 torch>=1.8 -monai-weekly==1.2.dev2304 +monai>=1.2.0rc1 From 226870eda165d89be922f9251ca20e58ae873bf0 Mon Sep 17 00:00:00 2001 From: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Date: Fri, 19 May 2023 16:39:54 +0800 Subject: [PATCH 2/3] Fix comments Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2523116..fe6e8bc8 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ packages=find_packages(exclude=[]), version="0.2.1", description="Installer to help to use the prototypes from MONAI generative models in other projects.", - install_requires=["monai-weekly==1.2.dev2304"], + install_requires=["monai>=1.2.0rc1"], ) From ec2f6c629bb8c5bad4fb2fec44cd28979dcf2fe5 Mon Sep 17 00:00:00 2001 From: Walter Hugo Lopez Pinaya Date: Fri, 19 May 2023 12:59:59 +0100 Subject: [PATCH 3/3] Update setup.py Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Walter Hugo Lopez Pinaya --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe6e8bc8..8d834bf2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="generative", packages=find_packages(exclude=[]), - version="0.2.1", + version="0.2.2", description="Installer to help to use the prototypes from MONAI generative models in other projects.", install_requires=["monai>=1.2.0rc1"], )