Skip to content

Commit 2f32bb2

Browse files
authored
Merge pull request #460 from ComputationalCryoEM/pin_finufft_ci
Pin version of FINUFFT for now
2 parents f2813a2 + ff22c6c commit 2f32bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424
author_email="[email protected]",
2525
install_requires=[
2626
"click",
27-
"finufft",
27+
"finufft==2.0.0",
2828
"importlib_resources>=1.0.2",
2929
"joblib",
3030
"matplotlib",

0 commit comments

Comments
 (0)