From 6b0816a2aebc2f31e4f9d66306c8f92137ce4c50 Mon Sep 17 00:00:00 2001 From: Matthew Middlehurst Date: Tue, 23 Apr 2024 13:31:48 +0100 Subject: [PATCH] Fixing CI failures with temporary bounds (#217) * table setup * parameter table * names * published notebook * ci fun --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe9351e8..7f3bad43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,11 @@ all_extras = [ "tsml[all_extras]", "xgboost", "torch>=1.13.1", - "dask<2024.3.0", # temporary for CI + + # temporary for CI + "dask[dataframe]<2024.3.0; python_version < '3.11'", + "pyarrow<12; python_version < '3.12'", + "pyarrow-hotfix; python_version < '3.12'", ] unstable_extras = [ "aeon[unstable_extras]",