File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
PATTERN : " not slow and not network"
16
16
17
17
${{ if eq(parameters.name, 'Linux') }} :
18
- py36_minimum_versions :
18
+ py37_minimum_versions :
19
19
ENV_FILE : ci/deps/azure-37-minimum_versions.yaml
20
20
CONDA_PY : " 37"
21
21
PATTERN : " not slow and not network and not clipboard"
Original file line number Diff line number Diff line change 8
8
vmImage : ${{ parameters.vmImage }}
9
9
strategy :
10
10
matrix :
11
- py36_np15 :
11
+ py37_np16 :
12
12
ENV_FILE : ci/deps/azure-windows-37.yaml
13
13
CONDA_PY : " 37"
14
14
PATTERN : " not slow and not network"
15
15
16
- py37_np18 :
16
+ py38_np18 :
17
17
ENV_FILE : ci/deps/azure-windows-38.yaml
18
18
CONDA_PY : " 38"
19
19
PATTERN : " not slow and not network"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
23
23
- matplotlib=2.2.*
24
24
- moto
25
25
- numexpr
26
- - numpy=1.18 .*
26
+ - numpy=1.16 .*
27
27
- openpyxl
28
28
- pyarrow=0.14
29
29
- pytables
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
- matplotlib=3.0.2
20
20
- numba
21
21
- numexpr
22
- - numpy=1.16 .*
22
+ - numpy=1.18 .*
23
23
- openpyxl
24
24
- jinja2
25
25
- pyarrow>=0.13.0
You can’t perform that action at this time.
0 commit comments