Skip to content

Commit

Permalink
Update conda_dependencies (#95)
Browse files Browse the repository at this point in the history
Adds back old PyPi package to fix the crash loop container for ACI/AKS deployments.
  • Loading branch information
dtzar authored and eedorenko committed Nov 15, 2019
1 parent d5864f3 commit 5372bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/scoring/conda_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ dependencies:

- pip:
# Required packages for AzureML execution, history, and data preparation.
- azureml-sdk==1.0.72
- azureml-model-management-sdk==1.0.1b6.post1
- azureml-sdk==1.0.74
- scipy==1.3.1
- scikit-learn==0.21.3
- pandas==0.25.3
- numpy==1.17.3
- joblib==0.14.0
- gunicorn==19.9.0
- flask==1.1.1


0 comments on commit 5372bb0

Please sign in to comment.