Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit a747e72

Browse files
mingxin-zhengWarvitoericspod
authored
Use monai instead of monai-weekly in the requirements (#392)
* Use monai instead of monai-weekly in the requirements Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> * Fix comments Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> * Update setup.py Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com> --------- Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com> Co-authored-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com> Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 01a4654 commit a747e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy>=1.17
22
torch>=1.8
3-
monai-weekly==1.2.dev2304
3+
monai>=1.2.0rc1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name="generative",
1818
packages=find_packages(exclude=[]),
19-
version="0.2.1",
19+
version="0.2.2",
2020
description="Installer to help to use the prototypes from MONAI generative models in other projects.",
21-
install_requires=["monai-weekly==1.2.dev2304"],
21+
install_requires=["monai>=1.2.0rc1"],
2222
)

0 commit comments

Comments
 (0)