We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b7ad0 commit 3223d4cCopy full SHA for 3223d4c
1 file changed
pyproject.toml
@@ -31,8 +31,8 @@ dependencies = [
31
"click",
32
"confuse == 2.1.0",
33
"cvxpy",
34
- "finufft==2.5.0 ; sys_platform!='darwin'",
35
- "finufft==2.3.0 ; sys_platform=='darwin'",
+ "finufft==2.5.0 ; sys_platform!='darwin' or (sys_platform=='darwin' and platform_machine!='x86_64')",
+ "finufft==2.3.0 ; sys_platform=='darwin' and platform_machine=='x86_64'",
36
"gemmi >= 0.6.5",
37
"joblib",
38
"matplotlib >= 3.2.0",
0 commit comments