Skip to content

Commit a7d5c5c

Browse files
WillAydquintusdias
authored andcommitted
Reverted parts of 27542 (pandas-dev#27550)
1 parent 7b3b9ab commit a7d5c5c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ci/deps/azure-36-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- bottleneck=1.2.*
88
- cython=0.28.2
99
- lxml
10+
- matplotlib=2.2.2
1011
- numpy=1.14.*
1112
- openpyxl=2.4.8
1213
- python-dateutil

ci/deps/travis-36-cov.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- gcsfs
1212
- geopandas
1313
- html5lib
14+
- matplotlib
1415
- moto
1516
- nomkl
1617
- numexpr
@@ -38,8 +39,8 @@ dependencies:
3839
- xlsxwriter
3940
- xlwt
4041
# universal
41-
- pytest>=4.0.2,<5.0.0
42-
- pytest-xdist==1.28.0
42+
- pytest
43+
- pytest-xdist
4344
- pytest-cov
4445
- pytest-mock
4546
- hypothesis>=3.58.0

ci/deps/travis-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- xlwt
3636
# universal
3737
- pytest>=4.0.2
38-
- pytest-xdist>=1.29.0
38+
- pytest-xdist
3939
- pytest-mock
4040
- pip
4141
- pip:

0 commit comments

Comments
 (0)