Skip to content

Commit

Permalink
Updated automl environments for SDK 1.59.0 (#3660)
Browse files Browse the repository at this point in the history
* Updated automl environments for SDK 1.59.0
  • Loading branch information
jeff-shepherd authored Dec 10, 2024
1 parent 34f1ccb commit 730981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN HOROVOD_WITH_PYTORCH=1 pip install --no-cache-dir git+https://github.com/hor
# by fixing dependencies in the base packages
RUN pip list && \
pip install pyarrow==14.0.2 \
'transformers[sentencepiece,torch]==4.36.2' \
'transformers[sentencepiece,torch]==4.37.2' \
aiohttp==3.10.2

# end pip install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN pip install \
azureml-dataset-runtime=={{latest-pypi-version}} \
azureml-defaults=={{latest-pypi-version}} \
# TODO: replace the hard coded above by a referenceto azureml-train-automl[tabular]
'mlflow-skinny==2.9.2' \
'mlflow-skinny==2.15.1' \
'xgboost==1.5.2' \
'prophet==1.1.4' \
'inference-schema' \
Expand Down

0 comments on commit 730981b

Please sign in to comment.