Skip to content

Commit

Permalink
TSML dependencies: Explicitly add distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 10, 2024
1 parent caab2b2 commit b72755d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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
Expand Down
1 change: 1 addition & 0 deletions topic/machine-learning/mlops-mlflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Real.
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
mlflow-cratedb==2.11.3
pydantic<3
salesforce-merlion>=2,<3
Expand Down

0 comments on commit b72755d

Please sign in to comment.