Skip to content

Commit

Permalink
Require pyobjc on macOS
Browse files Browse the repository at this point in the history
On macOS, there are three possible ways to create interactive
graphics: aqua, x11, matplotlib. By default, this should probably be
aqua.
  • Loading branch information
olebole committed Feb 9, 2024
1 parent e41ad9f commit 2edf022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ setup_requires = setuptools_scm
install_requires =
numpy
configobj
pyobjc; sys_platform == "darwin"
packages =
pyraf
pyraf/tests
Expand Down

0 comments on commit 2edf022

Please sign in to comment.