Loading pkgs/development/python-modules/pvlib/default.nix +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 { Loading Loading @@ -53,9 +54,7 @@ buildPythonPackage rec { requests-mock ]; pythonImportsCheck = [ "pvlib" ]; pythonImportsCheck = [ "pvlib" ]; meta = with lib; { description = "Simulate the performance of photovoltaic energy systems"; Loading Loading
pkgs/development/python-modules/pvlib/default.nix +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 { Loading Loading @@ -53,9 +54,7 @@ buildPythonPackage rec { requests-mock ]; pythonImportsCheck = [ "pvlib" ]; pythonImportsCheck = [ "pvlib" ]; meta = with lib; { description = "Simulate the performance of photovoltaic energy systems"; Loading