From 4a3d89c397ba0b4b4cdc2fe9499a5fb3b7ec5b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:07:37 +0000 Subject: [PATCH] [MNT] Update wildboar requirement in the python-packages group Updates the requirements on [wildboar](https://github.com/wildboar-foundation/wildboar) to permit the latest version. Updates `wildboar` to 1.2.1 - [Release notes](https://github.com/wildboar-foundation/wildboar/releases) - [Commits](https://github.com/wildboar-foundation/wildboar/compare/v0.1...v1.2.1) --- updated-dependencies: - dependency-name: wildboar dependency-version: 1.2.1 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c12cb5..56ccc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ all_extras = [ "grailts", "scikit-fda>=0.7.0; python_version > '3.9' and python_version < '3.13'", "statsmodels>=0.12.1", - "wildboar<=1.2.0", + "wildboar<=1.2.1", ] unstable_extras = [ "mrsqm>=0.0.7; platform_system == 'Linux' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)