Commit 28b2fd3e authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.mlflow: 2.20.1 -> 2.20.2

parent 5f30488d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -71,14 +71,14 @@

buildPythonPackage rec {
  pname = "mlflow";
  version = "2.20.1";
  version = "2.20.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mlflow";
    repo = "mlflow";
    tag = "v${version}";
    hash = "sha256-672lKzYkWpUuUB2hiVtOqMhQltzRMGhoff2ZimLWJC8=";
    hash = "sha256-ozwA8oHOcrlML/ArhpiELymb95MBA5Um/hnE3Wy8hTg=";
  };

  pythonRelaxDeps = [
@@ -193,7 +193,7 @@ buildPythonPackage rec {
    description = "Open source platform for the machine learning lifecycle";
    mainProgram = "mlflow";
    homepage = "https://github.com/mlflow/mlflow";
    changelog = "https://github.com/mlflow/mlflow/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/mlflow/mlflow/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ tbenst ];
  };