We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72755d commit a331babCopy full SHA for a331bab
topic/timeseries/requirements.txt
@@ -1,9 +1,11 @@
1
crate[sqlalchemy]==0.35.2
2
cratedb-toolkit[datasets]==0.0.8
3
-dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
+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
6
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
-refinitiv-data<1.7
-pandas<2
7
+pandas<2.2.1
8
pycaret>=3.0,<3.4
9
pydantic<2
-sqlalchemy<2
10
+refinitiv-data<1.7
11
+sqlalchemy>=2.0,<2.1
0 commit comments