Unverified Commit cceafabf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.adjusttext: refactor

parent e8175bcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ buildPythonPackage rec {
    hash = "sha256-WMWT2os3ADQOc1ogoCFKBEWnb6/CxgtiWmY45bYomks=";
  };

  nativeBuildInputs = [
  build-system = [
    packaging
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    matplotlib
    numpy
    scipy