From 2edf0227a0716a7bee2af1905b2a18eca8440114 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Fri, 9 Feb 2024 21:11:04 +0100 Subject: [PATCH] Require pyobjc on macOS On macOS, there are three possible ways to create interactive graphics: aqua, x11, matplotlib. By default, this should probably be aqua. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 0fc66e46..d7061373 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ setup_requires = setuptools_scm install_requires = numpy configobj + pyobjc; sys_platform == "darwin" packages = pyraf pyraf/tests