From 2f01e9e504fad48571fb3975c8543fb1c78aa872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:03:57 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Update lifelines requirement Updates the requirements on [lifelines](https://github.com/CamDavidsonPilon/lifelines) to permit the latest version. - [Release notes](https://github.com/CamDavidsonPilon/lifelines/releases) - [Changelog](https://github.com/CamDavidsonPilon/lifelines/blob/master/CHANGELOG.md) - [Commits](https://github.com/CamDavidsonPilon/lifelines/compare/v0.4...v0.29.0) --- updated-dependencies: - dependency-name: lifelines dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 618400a10..70c966dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ all_extras = [ "attrs", "cyclic-boosting>=1.4.0; python_version < '3.12'", "distfit", - "lifelines<0.29.0", + "lifelines<0.30.0", "mapie", "matplotlib>=3.3.2", "ngboost<0.6.0",