From 2c916bf77f45b514f8a3064700a3169a336ba87b Mon Sep 17 00:00:00 2001 From: Tammie Yu Date: Fri, 5 Jan 2024 16:26:15 -0800 Subject: [PATCH] fix(pyproject): update scipy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e10b3d9..502ec75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pyradiance >= 0.3.0", "pywincalc>=3.1.0", "pyenergyplus_lbnl>=23.2.0", - "scipy~=1.10.1", + "scipy>=1.10.1", ] license = {"file"= "license.txt"} requires-python = ">= 3.8"