From e3732aba9b7d5d6eeedc769dd91e546fabcab6f4 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Wed, 23 Aug 2017 14:54:44 -0600 Subject: [PATCH] update pvlib requirement pvlib 0.4.1 had an error associated with `lpvlib.location.Location.get_clearsky()` returning an ordered dict rather than a dataframe. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cb637de..21dff6de 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ INSTALL_REQUIRES = [ 'numpy >= 1.11.0', 'pandas >= 0.19.0', - 'pvlib >= 0.4.1', + 'pvlib >= 0.5.0', 'statsmodels >= 0.8.0', 'patsy >= 0.4.1', 'nose >= 1.3.7',