From 8a2548ba0818bf0370076114ef50ef4788517718 Mon Sep 17 00:00:00 2001 From: Ryan Clary Date: Thu, 2 Jun 2022 12:24:38 -0700 Subject: [PATCH] Oops, forgot to add defusedxml and openpyxl to the app build. --- installers/macOS/packages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installers/macOS/packages.py b/installers/macOS/packages.py index 638ef5b67cc..1e75667d81d 100644 --- a/installers/macOS/packages.py +++ b/installers/macOS/packages.py @@ -58,8 +58,10 @@ SCIENTIFIC = [ 'cython', + 'defusedxml', 'matplotlib', 'numpy', + 'openpyxl', 'pandas', 'scipy', 'sympy',