Loading pkgs/development/python-modules/mlflow/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/mlflow/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; Loading