Skip to content

Commit acd6ff8

Browse files
committed
2.5.0 still having trouble on darwin platform
1 parent 2467866 commit acd6ff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ dependencies = [
3131
"click",
3232
"confuse == 2.1.0",
3333
"cvxpy",
34-
"finufft==2.5.0",
34+
"finufft==2.5.0 ; sys_platform!='darwin'",
35+
"finufft==2.3.0 ; sys_platform=='darwin'",
3536
"gemmi >= 0.6.5",
3637
"joblib",
3738
"matplotlib >= 3.2.0",

0 commit comments

Comments
 (0)