Skip to content

Commit 87d7855

Browse files
authored
CI: Sync all 3.9 builds (#42451)
1 parent 386bad4 commit 87d7855

File tree

2 files changed

+36
-13
lines changed

2 files changed

+36
-13
lines changed

ci/deps/actions-39-slow.yaml

+13-9
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,29 @@ dependencies:
1414

1515
# pandas dependencies
1616
- beautifulsoup4
17-
- fsspec>=0.7.4, <2021.6.0
17+
- bottleneck
18+
- fsspec>=0.8.0, <2021.6.0
19+
- gcsfs
1820
- html5lib
21+
- jinja2
1922
- lxml
2023
- matplotlib
24+
- moto>=1.3.14
25+
- flask
2126
- numexpr
2227
- numpy
2328
- openpyxl
24-
- patsy
25-
- psycopg2
26-
- pymysql
29+
- pyarrow
2730
- pytables
2831
- python-dateutil
2932
- pytz
30-
- s3fs>=0.4.0
31-
- moto>=1.3.14
33+
- s3fs>=0.4.2
3234
- scipy
3335
- sqlalchemy
3436
- xlrd
3537
- xlsxwriter
36-
- moto
37-
- flask
38-
- numba
38+
- xlwt
39+
- pyreadstat
40+
- pip
41+
- pip:
42+
- pyxlsb

ci/deps/actions-39.yaml

+23-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,30 @@ dependencies:
1212
- hypothesis>=5.5.3
1313

1414
# pandas dependencies
15+
- beautifulsoup4
16+
- bottleneck
17+
- fsspec>=0.8.0, <2021.6.0
18+
- gcsfs
19+
- html5lib
20+
- jinja2
21+
- lxml
22+
- matplotlib
23+
- moto>=1.3.14
24+
- flask
25+
- numexpr
1526
- numpy
27+
- openpyxl
28+
- pyarrow
29+
- pytables
1630
- python-dateutil
1731
- pytz
18-
19-
# optional dependencies
20-
- pytables
32+
- s3fs>=0.4.2
2133
- scipy
22-
- pyarrow=1.0
34+
- sqlalchemy
35+
- xlrd
36+
- xlsxwriter
37+
- xlwt
38+
- pyreadstat
39+
- pip
40+
- pip:
41+
- pyxlsb

0 commit comments

Comments
 (0)