From 307fcb7d585084c9fa2225baad8c06d6e026cb40 Mon Sep 17 00:00:00 2001 From: taoning Date: Tue, 3 Sep 2024 16:10:31 -0700 Subject: [PATCH] increase pyradiance version from 0.5.0 to 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7987ca1..2c47728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "Framework for lighting and energy simulations" dependencies = [ "epmodel>=0.6.0", "numpy>=1.24.4", - "pyradiance >= 0.5.0", + "pyradiance >= 0.5.1", "pywincalc>=3.1.0", "pyenergyplus_lbnl>=23.2.0", "scipy>=1.10.1",