Skip to content

Commit e0aadbe

Browse files
committed
TSML dependencies: Fix dask-expr, distributed, pandas, sqlalchemy
1 parent caab2b2 commit e0aadbe

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

topic/machine-learning/automl/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Real.
22
crate[sqlalchemy]
33
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
4+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
45
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
56
mlflow-cratedb==2.11.3
67
plotly<5.21

topic/machine-learning/mlops-mlflow/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Real.
22
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
3+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
34
mlflow-cratedb==2.11.3
45
pydantic<3
56
salesforce-merlion>=2,<3

topic/timeseries/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
crate[sqlalchemy]==0.35.2
22
cratedb-toolkit[datasets]==0.0.8
3-
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
3+
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
4+
dask-expr>=1.0.11,<2
5+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
46
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
5-
refinitiv-data<1.7
6-
pandas<2
7+
pandas>2
78
pycaret>=3.0,<3.4
89
pydantic<2
9-
sqlalchemy<2
10+
refinitiv-data<1.7
11+
sqlalchemy>2

0 commit comments

Comments
 (0)