Commit 66e5509a authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.lmfit: reorder inputs & arguments

parent 0e9e9014
Loading
Loading
Loading
Loading
+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 {
@@ -42,10 +48,10 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    pytestCheckHook
    pytest-cov-stub
    matplotlib
    pandas
    pytest-cov-stub
    pytestCheckHook
  ];

  pythonImportsCheck = [ "lmfit" ];