We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fcc32 + f64e607 commit 2a69f33Copy full SHA for 2a69f33
ai-builder/BringYourOwnModelTutorial/PneumoniaDetection/model/myenv.yml
@@ -3,10 +3,10 @@ dependencies:
3
- python=3.6.8
4
- pip
5
- 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
+ - azureml-defaults==1.32.0
+ - pillow==7.2.0
+ - onnxruntime==1.4.0
+ - inference-schema==1.4.1
+ - azureml-contrib-services==1.43.0
+ - numpy==1.19.5
+ - pandas==1.1.5
0 commit comments