diff --git a/.github/workflows/timeseries.yml b/.github/workflows/timeseries.yml index 8a80c987..dce9a6ab 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.8' ] + python-version: [ '3.11' ] cratedb-version: [ 'nightly' ] services: diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index cfdb9ab9..2ba45c14 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,5 +1,6 @@ click<9 colorlog<7 crate[sqlalchemy] -dask[dataframe]<=2024.4.1 +dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask +distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask pueblo>=0.0.7 diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 04e16cb5..2fb81e36 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,11 +1,8 @@ # Real. crate[sqlalchemy] -dask>=2024.4.1 # Python 3.11.9 breaks previous Dask -distributed>=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 mlflow-cratedb==2.11.3 plotly<5.21 -pycaret[models,parallel,test]==3.3.0 +pycaret[models,parallel,test]==3.3.1 pydantic<2 python-dotenv<2 diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index b3e11dc1..f731d34f 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,8 +1,7 @@ crate[sqlalchemy]==0.35.2 cratedb-toolkit[datasets]==0.0.10 -joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0 refinitiv-data<1.7 pandas<2 -pycaret>=3.0,<3.4 +pycaret==3.3.1 pydantic<2 sqlalchemy<2