From 632f9f65c7c101b00124887cc06a99ce1feca531 Mon Sep 17 00:00:00 2001 From: GILIYAR RADHAKRISHNA Chaithya Date: Fri, 19 Jan 2024 13:10:57 +0100 Subject: [PATCH] Update modopt --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17b17803..5108df6f 100644 --- a/setup.py +++ b/setup.py @@ -46,8 +46,9 @@ "joblib>=1.0.0", "scipy>=1.3.0", "scikit-image>=0.17.0", - "mri-nufft>0.3.0", - "finufft", + "mri-nufft>=0.4.0", + "finufft>=2.2.0", + "modopt>=1.7.1", ], tests_require=['pytest>=5.0.1', 'pytest-cov>=2.7.1', 'pytest-pep8', 'pytest-runner'], platforms="OS Independent"