Skip to content

Commit 5372bb0

Browse files
dtzareedorenko
authored andcommitted
Update conda_dependencies (#95)
Adds back old PyPi package to fix the crash loop container for ACI/AKS deployments.
1 parent d5864f3 commit 5372bb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

code/scoring/conda_dependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ dependencies:
2525

2626
- pip:
2727
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-sdk==1.0.72
28+
- azureml-model-management-sdk==1.0.1b6.post1
29+
- azureml-sdk==1.0.74
2930
- scipy==1.3.1
3031
- scikit-learn==0.21.3
3132
- pandas==0.25.3
3233
- numpy==1.17.3
3334
- joblib==0.14.0
3435
- gunicorn==19.9.0
3536
- flask==1.1.1
36-
37+

0 commit comments

Comments
 (0)