Skip to content

Commit c939235

Browse files
[ParallelRunStep] Fix PRS example numpy version issue. (Azure#3274)
* fix pipeline parallel mnist issue * remove tf --------- Co-authored-by: Xiaole Wen <[email protected]>
1 parent 6188c02 commit c939235

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdk/python/jobs/parallel/1a_oj_sales_prediction/src/parallel_train/conda.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ dependencies:
1414
- azureml-core
1515
- scikit-learn~=0.20.0
1616
- cloudpickle==1.1.1
17-
- tensorflow==2.1.4

sdk/python/jobs/parallel/2a_iris_batch_prediction/environment/environment_parallel.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ dependencies:
1414
- azureml-core
1515
- scikit-learn~=0.20.0
1616
- cloudpickle==1.1.1
17-
- tensorflow==2.1.4

0 commit comments

Comments
 (0)