File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Real.
2
2
crate [sqlalchemy ]
3
3
dask >= 2024.4.1 # Python 3.11.9 breaks previous Dask
4
+ distributed >= 2024.4.1 # Python 3.11.9 breaks previous Dask
4
5
joblib < 1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
5
6
mlflow-cratedb == 2.11.3
6
7
plotly < 5.21
Original file line number Diff line number Diff line change 1
1
# Real.
2
2
dask >= 2024.4.1 # Python 3.11.9 breaks previous Dask
3
+ distributed >= 2024.4.1 # Python 3.11.9 breaks previous Dask
3
4
mlflow-cratedb == 2.11.3
4
5
pydantic < 3
5
6
salesforce-merlion >= 2 ,< 3
Original file line number Diff line number Diff line change 1
1
crate [sqlalchemy ]== 0.35.2
2
2
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
4
6
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
7
8
pycaret >= 3.0 ,< 3.4
8
9
pydantic < 2
9
- sqlalchemy < 2
10
+ refinitiv-data < 1.7
11
+ sqlalchemy > 2
You can’t perform that action at this time.
0 commit comments