From 590863b13575ebe2835267716af2e9cbb0926b71 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 10 Apr 2024 15:01:59 +0200 Subject: [PATCH 1/2] CI/TSML: Fix Time Series builds --- topic/timeseries/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index ba952ed4..b711e9ad 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,6 +1,5 @@ crate[sqlalchemy]==0.35.2 cratedb-toolkit[datasets]==0.0.8 -dask>=2024.4.1 # Python 3.11.9 breaks previous Dask joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0 refinitiv-data<1.7 pandas<2 From 5ac7ae20b4b7cc06b1e89a31c9215de3ce4aa966 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 10 Apr 2024 15:25:36 +0200 Subject: [PATCH 2/2] CI/TSML: Use Python 3.11.8 --- .github/workflows/timeseries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/timeseries.yml b/.github/workflows/timeseries.yml index dce9a6ab..8a80c987 100644 --- a/.github/workflows/timeseries.yml +++ b/.github/workflows/timeseries.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-latest' ] - python-version: [ '3.11' ] + python-version: [ '3.11.8' ] cratedb-version: [ 'nightly' ] services: