File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ci_build/azure_pipelines/templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 45
45
$(INSTALL_TRANSFORMERS)
46
46
pip install keras-self-attention
47
47
pip install pytest pytest-cov pytest-runner
48
+ pip install numpy==1.19
48
49
displayName: 'Install dependencies'
49
50
50
51
- script : |
@@ -101,6 +102,7 @@ steps:
101
102
%INSTALL_TRANSFORMERS%
102
103
pip install keras-self-attention
103
104
pip install pytest pytest-cov pytest-runner
105
+ pip install numpy==1.19
104
106
displayName: 'Install dependencies'
105
107
106
108
- script : |
Original file line number Diff line number Diff line change 32
32
pip install -r requirements-dev.txt
33
33
pip install pytest pytest-cov pytest-runner
34
34
$(INSTALL_ORT)
35
+ pip install numpy==1.19
35
36
displayName: 'Install dependencies'
36
37
37
38
- script : |
77
78
pip install git+https://github.com/microsoft/onnxconverter-common
78
79
pip install pytest pytest-cov pytest-runner
79
80
%INSTALL_ORT%
81
+ pip install numpy==1.19
80
82
displayName: 'Install dependencies'
81
83
82
84
- script : |
You can’t perform that action at this time.
0 commit comments