From ac261965b98af7a89d26ebc7ca595eeaf7485118 Mon Sep 17 00:00:00 2001 From: Andrew Dupuis Date: Thu, 9 Nov 2023 12:20:54 -0500 Subject: [PATCH] Bump sigpy version to 0.1.26 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d029d8b..52cbf79 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def _get_long_description() -> str: "matplotlib>=3.5.2", "numpy>=1.19.5", "scipy>=1.8.1", - "sigpy@git+https://github.com/mikgroup/sigpy", # change before release to PyPI + "sigpy>=0.1.26", ], license="License :: OSI Approved :: GNU Affero General Public License v3", long_description=_get_long_description(),