Skip to content

Commit 3af953f

Browse files
committed
remove pynfft from the requirements only for macOS AppleSilicon machines
1 parent b9e7838 commit 3af953f

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)