Skip to content

Commit a331bab

Browse files
committed
TSML dependencies: For dask, dask-expr, distributed, pandas, sqlalchemy
1 parent b72755d commit a331bab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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<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.2.1
78
pycaret>=3.0,<3.4
89
pydantic<2
9-
sqlalchemy<2
10+
refinitiv-data<1.7
11+
sqlalchemy>=2.0,<2.1

0 commit comments

Comments
 (0)