Skip to content

Commit 8494aca

Browse files
Backport PR #45257: CI: Simplify GHA dependency files (#45510)
1 parent 08f08e3 commit 8494aca

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

ci/deps/actions-39.yaml

+23-13
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,47 @@ channels:
44
dependencies:
55
- python=3.9
66

7-
# tools
8-
- cython>=0.29.24
7+
# test dependencies
8+
- cython=0.29.24
99
- pytest>=6.0
1010
- pytest-cov
1111
- pytest-xdist>=1.31
1212
- hypothesis>=5.5.3
13+
- psutil
1314

14-
# pandas dependencies
15+
# required dependencies
16+
- python-dateutil
17+
- numpy
18+
- pytz
19+
20+
# optional dependencies
1521
- beautifulsoup4
22+
- blosc
1623
- bottleneck
17-
- boto3
18-
- fsspec>=0.8.0
19-
- gcsfs
24+
- fastparquet
25+
- fsspec
2026
- html5lib
27+
- gcsfs
2128
- jinja2
2229
- lxml
2330
- matplotlib
24-
- numpy # move up to solve before numba
2531
- numba
2632
- numexpr
2733
- openpyxl
28-
- pyarrow=5
34+
- odfpy
35+
- pandas-gbq
36+
- psycopg2
37+
- pymysql
2938
- pytables
30-
- python-dateutil
31-
- pytz
32-
- s3fs>=0.4.2
39+
- pyarrow=5
40+
- pyreadstat
41+
- pyxlsb
42+
- s3fs
3343
- scipy
3444
- sqlalchemy
45+
- tabulate
46+
- xarray
3547
- xlrd
3648
- xlsxwriter
3749
- xlwt
38-
- pyreadstat
39-
- pyxlsb
4050
- zstandard

0 commit comments

Comments
 (0)