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"