From 80907258adb7df7d3b7e0356c1264ee40bd7d986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Tue, 4 Jul 2023 20:22:12 +0100 Subject: [PATCH] [MNT] also restrict `tslearn` on the `pandas 2` testing dependency set (#4825) Ensures that the addition in https://github.com/sktime/sktime/pull/4795 also has the bound from https://github.com/sktime/sktime/pull/4819 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb8ce124788..81cc3d13ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ all_extras_pandas2 = [ "tbats>=1.1.0", "tensorflow; python_version < '3.11'", "tsfresh>=0.17.0", - "tslearn>=0.5.2; python_version < '3.11'", + "tslearn>=0.5.2,<0.6.0; python_version < '3.11'", "xarray", "seasonal", ]