From 9b331400b1ed07b6f7c10cf7c79a491655b61ff1 Mon Sep 17 00:00:00 2001 From: Patrick Schuenke <37338697+schuenke@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:59:01 +0200 Subject: [PATCH] Change sigpy dependency to GitHub repo (#135) --- 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(),