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(),