Commit bd1b3a4f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pvlib: format with nixfmt

parent 160810c8
Loading
Loading
Loading
Loading
+21 −22
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, h5py
, numpy
, pandas
, pytestCheckHook
, pytest-mock
, pytest-remotedata
, pytest-rerunfailures
, pytest-timeout
, pythonOlder
, pytz
, requests
, requests-mock
, scipy
, setuptools
, setuptools-scm
{
  lib,
  buildPythonPackage,
  fetchPypi,
  h5py,
  numpy,
  pandas,
  pytestCheckHook,
  pytest-mock,
  pytest-remotedata,
  pytest-rerunfailures,
  pytest-timeout,
  pythonOlder,
  pytz,
  requests,
  requests-mock,
  scipy,
  setuptools,
  setuptools-scm,
}:

buildPythonPackage rec {
@@ -53,9 +54,7 @@ buildPythonPackage rec {
    requests-mock
  ];

  pythonImportsCheck = [
    "pvlib"
  ];
  pythonImportsCheck = [ "pvlib" ];

  meta = with lib; {
    description = "Simulate the performance of photovoltaic energy systems";