File tree Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 CONDA_PY : " 36"
2121 PATTERN : " not slow and not network"
2222 py36_locale_slow_old_np :
23- ENV_FILE : ci/deps/azure-36-locale .yaml
23+ ENV_FILE : ci/deps/azure-36-locale_slow .yaml
2424 CONDA_PY : " 36"
2525 PATTERN : " slow"
2626 LOCALE_OVERRIDE : " zh_CN.UTF-8"
2727 EXTRA_APT : " language-pack-zh-hans"
2828
29- py36_locale_slow :
30- ENV_FILE : ci/deps/azure-36-locale_slow .yaml
29+ py36_locale :
30+ ENV_FILE : ci/deps/azure-36-locale .yaml
3131 CONDA_PY : " 36"
3232 PATTERN : " not slow and not network"
3333 LOCALE_OVERRIDE : " it_IT.UTF-8"
Original file line number Diff line number Diff line change @@ -13,23 +13,27 @@ dependencies:
1313 - pytest-azurepipelines
1414
1515 # pandas dependencies
16- - beautifulsoup4==4.6.0
17- - bottleneck=1.2.*
16+ - beautifulsoup4
17+ - gcsfs
18+ - html5lib
19+ - ipython
20+ - jinja2
1821 - lxml
19- - matplotlib=2.2.2
20- - numpy=1.14.*
21- - openpyxl=2.4.8
22- - python-dateutil
23- - python-blosc
24- - pytz=2017.2
25- - scipy
26- - sqlalchemy=1.1.4
27- - xlrd=1.1.0
28- - xlsxwriter=0.9.8
29- - xlwt=1.2.0
22+ - matplotlib=3.0.*
23+ - nomkl
24+ - numexpr
25+ - numpy=1.15.*
26+ - openpyxl
3027 # lowest supported version of pyarrow (putting it here instead of in
3128 # azure-36-minimum_versions because it needs numpy >= 1.14)
3229 - pyarrow=0.12
33- - pip
34- - pip :
35- - html5lib==1.0b2
30+ - pytables
31+ - python-dateutil
32+ - pytz
33+ - s3fs
34+ - scipy
35+ - xarray
36+ - xlrd
37+ - xlsxwriter
38+ - xlwt
39+ - moto
Original file line number Diff line number Diff line change @@ -13,24 +13,20 @@ dependencies:
1313 - pytest-azurepipelines
1414
1515 # pandas dependencies
16- - beautifulsoup4
17- - gcsfs
18- - html5lib
19- - ipython
20- - jinja2
16+ - beautifulsoup4==4.6.0
17+ - bottleneck=1.2.*
2118 - lxml
22- - matplotlib=3.0.*
23- - nomkl
24- - numexpr
25- - numpy=1.15.*
26- - openpyxl
27- - pytables
19+ - matplotlib=2.2.2
20+ - numpy=1.14.*
21+ - openpyxl=2.4.8
2822 - python-dateutil
29- - pytz
30- - s3fs
23+ - python-blosc
24+ - pytz=2017.2
3125 - scipy
32- - xarray
33- - xlrd
34- - xlsxwriter
35- - xlwt
36- - moto
26+ - sqlalchemy=1.1.4
27+ - xlrd=1.1.0
28+ - xlsxwriter=0.9.8
29+ - xlwt=1.2.0
30+ - pip
31+ - pip :
32+ - html5lib==1.0b2
You can’t perform that action at this time.
0 commit comments