From f242747c12c71d9b9f1cbc94c314fd605e78f6cf Mon Sep 17 00:00:00 2001 From: Patrick Schuenke Date: Thu, 21 Sep 2023 16:45:24 +0200 Subject: [PATCH] change sigpy dependency to GitHub repo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76ae7dd1..d029d8b7 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==0.1.23", + "sigpy@git+https://github.com/mikgroup/sigpy", # change before release to PyPI ], license="License :: OSI Approved :: GNU Affero General Public License v3", long_description=_get_long_description(),