From adafbbea55fdc11e29d1110d2ad7dd85ff08a43f Mon Sep 17 00:00:00 2001 From: cdeline Date: Tue, 27 Aug 2024 12:51:45 -0600 Subject: [PATCH] add pyRadiance to setup.py install_requires to possibly help with RADIANCE install issues.. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73ef7f25..9e5e54a0 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ 'pvmismatch', 'configparser', 'requests', - + 'pyradiance', ], # List additional groups of dependencies here (e.g. development