Skip to content

Commit

Permalink
Change sigpy dependency to GitHub repo (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuenke authored Sep 21, 2023
1 parent c251d77 commit 9b33140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9b33140

Please sign in to comment.