File tree 3 files changed +37
-37
lines changed
3 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
CONDA_PY : " 36"
21
21
PATTERN : " not slow and not network"
22
22
py36_locale_slow_old_np :
23
- ENV_FILE : ci/deps/azure-36-locale .yaml
23
+ ENV_FILE : ci/deps/azure-36-locale_slow .yaml
24
24
CONDA_PY : " 36"
25
25
PATTERN : " slow"
26
26
LOCALE_OVERRIDE : " zh_CN.UTF-8"
27
27
EXTRA_APT : " language-pack-zh-hans"
28
28
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
31
31
CONDA_PY : " 36"
32
32
PATTERN : " not slow and not network"
33
33
LOCALE_OVERRIDE : " it_IT.UTF-8"
Original file line number Diff line number Diff line change @@ -13,23 +13,27 @@ dependencies:
13
13
- pytest-azurepipelines
14
14
15
15
# pandas dependencies
16
- - beautifulsoup4==4.6.0
17
- - bottleneck=1.2.*
16
+ - beautifulsoup4
17
+ - gcsfs
18
+ - html5lib
19
+ - ipython
20
+ - jinja2
18
21
- 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
30
27
# lowest supported version of pyarrow (putting it here instead of in
31
28
# azure-36-minimum_versions because it needs numpy >= 1.14)
32
29
- 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:
13
13
- pytest-azurepipelines
14
14
15
15
# pandas dependencies
16
- - beautifulsoup4
17
- - gcsfs
18
- - html5lib
19
- - ipython
20
- - jinja2
16
+ - beautifulsoup4==4.6.0
17
+ - bottleneck=1.2.*
21
18
- 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
28
22
- python-dateutil
29
- - pytz
30
- - s3fs
23
+ - python-blosc
24
+ - pytz=2017.2
31
25
- 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