Skip to content

Commit 7e2be4d

Browse files
authored
Merge pull request #198 from kazuakiyama/main
remove pynfft from the requirements only for macOS AppleSilicon machines
2 parents b9e7838 + 3af953f commit 7e2be4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def read(fname):
4646
"requests",
4747
"future",
4848
"networkx",
49-
"pynfft",
49+
"pynfft; platform_system!='Darwin' or platform_machine!='arm64'",
5050
"paramsurvey"
5151
],
5252
classifiers=[

0 commit comments

Comments
 (0)