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

python311Packages.cdcs: refactor

parent 9b4c88dc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
buildPythonPackage rec {
  pname = "cdcs";
  version = "0.2.3";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "usnistgov";
@@ -26,11 +26,11 @@ buildPythonPackage rec {
    hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    ipython
    numpy
    pandas