Skip to content

Commit

Permalink
Use monai instead of monai-weekly in the requirements (#392)
Browse files Browse the repository at this point in the history
* Use monai instead of monai-weekly in the requirements

Signed-off-by: Mingxin Zheng <[email protected]>

* Fix comments

Signed-off-by: Mingxin Zheng <[email protected]>

* Update setup.py

Co-authored-by: Eric Kerfoot <[email protected]>
Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]>

---------

Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]>
Co-authored-by: Walter Hugo Lopez Pinaya <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]>
  • Loading branch information
3 people authored May 19, 2023
1 parent 01a4654 commit a747e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.17
torch>=1.8
monai-weekly==1.2.dev2304
monai>=1.2.0rc1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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-weekly==1.2.dev2304"],
install_requires=["monai>=1.2.0rc1"],
)

0 comments on commit a747e72

Please sign in to comment.