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 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",