Merge pull request #158674 from SuperSandro2000/drms

This commit is contained in:
Sandro 2022-02-08 20:42:24 +01:00 committed by GitHub
commit 4d3917540b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, pytestCheckHook
, pytest-doctestplus
, pythonOlder
, setuptools-scm
}:
buildPythonPackage rec {
@ -21,6 +22,10 @@ buildPythonPackage rec {
sha256 = "sha256-Id8rPK8qq71gHn5DKnEi7Lp081GFbcFtGU+v89Vlt9o=";
};
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
numpy
pandas