Skip to content

Commit e6bdb6c

Browse files
Backport PR pandas-dev#42451: CI: Sync all 3.9 builds (part) (pandas-dev#42515)
Co-authored-by: Thomas Li <[email protected]>
1 parent aafd72b commit e6bdb6c

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

ci/deps/actions-39.yaml

+23-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,30 @@ dependencies:
1212
- hypothesis>=3.58.0
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)