10 , pytest-rerunfailures
22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-DF+ov+ixSjmjC/7+WmzwFksuvYKikSbbPZBqhNk5+HI=";
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 ];