From 65bc6b25c302a04055c85b1c92828fcf40226e31 Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Sat, 12 Aug 2023 08:21:26 -0700 Subject: [PATCH] remove direct reference for pyenergyplus as it gets rejected by pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f7ef96..42b9fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "numpy>=1.24.4", "pyradiance >= 0.1.2", "scipy~=1.10.1", - "pyenergyplus_wheels @ git+https://github.com/taoning/pyenergyplus_wheels", + "pyenergyplus", "pywincalc>=3.1.0", ] license = "BSD-3-Clause-LBNL"