From 192f10a7de2c3743241d9a9a10f70722d8febf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:17:58 +0000 Subject: [PATCH] Update pingouin requirement from >=0.5 to >=0.5.5 Updates the requirements on [pingouin](https://github.com/raphaelvallat/pingouin) to permit the latest version. - [Release notes](https://github.com/raphaelvallat/pingouin/releases) - [Changelog](https://github.com/raphaelvallat/pingouin/blob/main/docs/changelog.rst) - [Commits](https://github.com/raphaelvallat/pingouin/compare/v0.5.0...v0.5.5) --- updated-dependencies: - dependency-name: pingouin dependency-version: 0.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51fb5d3..b9ae18c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matplotlib>=3.5 numpy>=1.21 pandas>=1.5 -pingouin>=0.5 +pingouin>=0.5.5 scikit-dimension>=0.3 scikit-learn>=1.0 seaborn>=0.11