Unverified Commit 317d591d authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312146 from r-ryantm/auto-update/python311Packages.dataprep-ml

python311Packages.dataprep-ml: 0.0.23 -> 24.5.1.2
parents 47cd3201 829d881b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ let
in
buildPythonPackage rec {
  pname = "dataprep-ml";
  version = "0.0.23";
  version = "24.5.1.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "dataprep_ml";
    inherit version;
    hash = "sha256-NYlKLdV2xZPODXpHvaFB8cRFTdCndl3UOd6bCfNbsZo=";
    hash = "sha256-pZhHlNcQJLBww7ur2Z6Yb2IdbRsBtjzQAzfa4UzGKt4=";
  };

  pythonRelaxDeps = [