Skip to content

Commit 9a10dad

Browse files
[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](wildboar-foundation/wildboar@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] <support@github.com>
1 parent 3cec4c1 commit 9a10dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ all_extras = [
5252
"grailts",
5353
"scikit-fda>=0.7.0; python_version > '3.9' and python_version < '3.13'",
5454
"statsmodels>=0.12.1",
55-
"wildboar<=1.2.0",
55+
"wildboar<=1.2.1",
5656
]
5757
unstable_extras = [
5858
"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)

0 commit comments

Comments
 (0)