10 , pytest-rerunfailures
22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-gCOFP2heAtzpe38j1ljOz1yR1P8pRZ0eILVK8Kd3tFc=";
40 propagatedBuildInputs = [
58 pythonImportsCheck = [
63 homepage = "https://pvlib-python.readthedocs.io";
64 description = "Simulate the performance of photovoltaic energy systems";
65 changelog = "https://pvlib-python.readthedocs.io/en/v${version}/whatsnew.html";
66 license = licenses.bsd3;
67 maintainers = with maintainers; [ jluttine ];