python3Packages.dataprep-ml: 24.5.1.2 -> 25.2.3.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/dataprep-ml/default.nix
··· 27 27 in 28 28 buildPythonPackage rec { 29 29 pname = "dataprep-ml"; 30 - version = "24.5.1.2"; 30 + version = "25.2.3.0"; 31 31 pyproject = true; 32 32 33 33 disabled = pythonOlder "3.8"; ··· 36 36 src = fetchPypi { 37 37 pname = "dataprep_ml"; 38 38 inherit version; 39 - hash = "sha256-pZhHlNcQJLBww7ur2Z6Yb2IdbRsBtjzQAzfa4UzGKt4="; 39 + hash = "sha256-pULqrPTxGtBLRsKCpSsP3a/QA0O5eXOP6BSI5TbCQWY="; 40 40 }; 41 41 42 42 pythonRelaxDeps = [