File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
ci_build/azure_pipelines/templates Expand file tree Collapse file tree 3 files changed +7
-3
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 : |
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ steps:
39
39
fi
40
40
if [[ $CI_TF_VERSION == 2.5* ]] ;
41
41
then
42
- pip install tensorflow-text>=2.5
42
+ pip install " tensorflow-text>=2.5,<2.6"
43
43
fi
44
44
if [[ $CI_TF_VERSION == 2.6* ]] ;
45
45
then
46
- pip install tensorflow-text>=2.6
46
+ pip install " tensorflow-text>=2.6,<2.7"
47
47
fi
48
48
if [[ $CI_TF_VERSION == 2.7* ]] ;
49
49
then
50
- pip install tensorflow-text>=2.6
50
+ pip install " tensorflow-text>=2.7,<2.8"
51
51
fi
52
52
fi
53
53
You can’t perform that action at this time.
0 commit comments