From 0f4a7687d55e785ec1bcb28f3b7a75a0f23b3da8 Mon Sep 17 00:00:00 2001 From: martin-springer Date: Tue, 4 Nov 2025 07:46:57 -0500 Subject: [PATCH 1/2] remove pvlib restriction --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 441b16c0..f0363562 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "h5py >= 3.7.0", "plotly>=4.0.0", "xgboost >= 1.6.0", - "pvlib >= 0.11.0, <0.12.0", + "pvlib", "scikit-learn >= 1.1.3, <1.6.0", "arch >= 5.0", "filterpy >= 1.4.2", From bf74f613f9eab0f6f4b25ce39b58adbab2151abc Mon Sep 17 00:00:00 2001 From: martin-springer Date: Tue, 4 Nov 2025 07:58:19 -0500 Subject: [PATCH 2/2] run tests with pvlib 0.13.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 387589a4..c3ee7a8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pandas==2.2.2 patsy==0.5.6 Pillow==10.4.0 plotly==5.23.0 -pvlib==0.11.0 +pvlib==0.13.1 pyparsing==3.1.2 python-dateutil==2.9.0 pytz==2024.1