Loading pkgs/development/python-modules/lmfit/default.nix +16 −10 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, pythonOlder, # build-system setuptools, setuptools-scm, # dependencies asteval, dill, fetchPypi, matplotlib, numpy, pandas, pytest-cov-stub, pytestCheckHook, pythonOlder, scipy, setuptools-scm, setuptools, uncertainties, # tests pytestCheckHook, pytest-cov-stub, matplotlib, pandas, }: buildPythonPackage rec { Loading Loading @@ -42,10 +48,10 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub matplotlib pandas pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "lmfit" ]; Loading Loading
pkgs/development/python-modules/lmfit/default.nix +16 −10 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, pythonOlder, # build-system setuptools, setuptools-scm, # dependencies asteval, dill, fetchPypi, matplotlib, numpy, pandas, pytest-cov-stub, pytestCheckHook, pythonOlder, scipy, setuptools-scm, setuptools, uncertainties, # tests pytestCheckHook, pytest-cov-stub, matplotlib, pandas, }: buildPythonPackage rec { Loading Loading @@ -42,10 +48,10 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub matplotlib pandas pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "lmfit" ]; Loading