Skip to content

Commit bbd8860

Browse files
committed
remove gpunufft deps
1 parent 243e54d commit bbd8860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Python Sparse data Analysis Package external fMRI plugin."
44
authors = [{name="Pierre-antoine Comby", email="pierre-antoine.comby@crans.org"}]
55
readme = "README.rst"
66

7-
dependencies = ["modopt", "numpy", "tqdm", "joblib", "scipy", "pywavelets", "mri-nufft[cufinufft,gpunufft]"]
7+
dependencies = ["modopt", "numpy", "tqdm", "joblib", "scipy", "pywavelets", "mri-nufft[cufinufft]"]
88
dynamic = ["version"]
99

1010
[project.optional-dependencies]

0 commit comments

Comments
 (0)