Skip to content

Commit 2a69f33

Browse files
authored
Merge pull request microsoft#296 from rohitbhoopalam/master
Pinning BYOM sample endpoint environment requirements
2 parents 10fcc32 + f64e607 commit 2a69f33

File tree

1 file changed

+7
-7
lines changed
  • ai-builder/BringYourOwnModelTutorial/PneumoniaDetection/model

1 file changed

+7
-7
lines changed

Diff for: ai-builder/BringYourOwnModelTutorial/PneumoniaDetection/model/myenv.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies:
33
- python=3.6.8
44
- pip
55
- pip:
6-
- azureml-defaults
7-
- pillow>=7.2.0
8-
- onnxruntime>=1.4.0
9-
- inference-schema
10-
- azureml-contrib-services
11-
- numpy
12-
- pandas
6+
- azureml-defaults==1.32.0
7+
- pillow==7.2.0
8+
- onnxruntime==1.4.0
9+
- inference-schema==1.4.1
10+
- azureml-contrib-services==1.43.0
11+
- numpy==1.19.5
12+
- pandas==1.1.5

0 commit comments

Comments
 (0)