imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
117 stars 63 forks source link

change sigpy dependency to GitHub repo #135

Closed schuenke closed 1 year ago

schuenke commented 1 year ago

This is a temporary fix to solve issue #119 resulting from the use of deprecated dtypes in the sigpy package.

It is a known issue in sigpy (https://github.com/mikgroup/sigpy/issues/123, https://github.com/mikgroup/sigpy/issues/124, https://github.com/mikgroup/sigpy/issues/129) that was been fixed (https://github.com/mikgroup/sigpy/pull/126) in their main branch, but it has not been released yet.

When a new sigpy version is released, we should change it back!

After merging this PR, it is possible to install a working version of pypulseq using: pip install git+https://github.com/imr-framework/pypulseq