Skip to content

Commit 3223d4c

Browse files
committed
try to get osx arm on latest finufft
1 parent a0b7ad0 commit 3223d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies = [
3131
"click",
3232
"confuse == 2.1.0",
3333
"cvxpy",
34-
"finufft==2.5.0 ; sys_platform!='darwin'",
35-
"finufft==2.3.0 ; sys_platform=='darwin'",
34+
"finufft==2.5.0 ; sys_platform!='darwin' or (sys_platform=='darwin' and platform_machine!='x86_64')",
35+
"finufft==2.3.0 ; sys_platform=='darwin' and platform_machine=='x86_64'",
3636
"gemmi >= 0.6.5",
3737
"joblib",
3838
"matplotlib >= 3.2.0",

0 commit comments

Comments
 (0)