From f8fe5906986543f797f4eb298021f365b00df336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Wed, 15 May 2024 02:23:04 +0100 Subject: [PATCH] [MNT] remove `findiff` soft dependency (#328) PR https://github.com/sktime/skpro/pull/327 shows that the `findiff` soft dependency is not necessary - with this, I hence remove it. We should either merge #327, or leave the QPDs with a soft dependency that users then have to install independently. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2d955e2d..dbaf23f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ dependencies = [ [project.optional-dependencies] all_extras = [ "attrs", + "cyclic-boosting>=1.4.0; python_version < '3.12'", "distfit", "lifelines<0.29.0", "mapie", @@ -63,8 +64,6 @@ all_extras = [ "statsmodels>=0.12.1", "tabulate", "uncertainties", - "cyclic-boosting>=1.4.0; python_version < '3.12'", - "findiff", ] dev = [