Skip to content

Commit 1f64469

Browse files
Backport PR #45703: CI: Align downstream build packages with other builds (#45714)
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent abb7288 commit 1f64469

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

ci/deps/actions-38-downstream_compat.yaml

+19-15
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,57 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.8
7-
- pip
87

98
# test dependencies
10-
- cython>=0.29.24
9+
- cython=0.29.24
1110
- pytest>=6.0
11+
- pytest-cov
1212
- pytest-xdist>=1.31
1313
- hypothesis>=5.5.3
14-
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
15-
- nomkl
14+
- psutil
1615

1716
# required dependencies
18-
- numpy
1917
- python-dateutil
18+
- numpy
2019
- pytz
2120

2221
# optional dependencies
2322
- beautifulsoup4
2423
- blosc
25-
- fastparquet>=0.4.0
26-
- fsspec>=0.7.4
27-
- gcsfs
24+
- bottleneck
25+
- fastparquet
26+
- fsspec
2827
- html5lib
28+
- gcsfs
2929
- jinja2
3030
- lxml
3131
- matplotlib
32+
- numba
3233
- numexpr
33-
- odfpy
3434
- openpyxl
35+
- odfpy
3536
- pandas-gbq
3637
- psycopg2
37-
- pyarrow>=1.0.1
3838
- pymysql
3939
- pytables
40+
- pyarrow
41+
- pyreadstat
4042
- pyxlsb
41-
- s3fs>=0.4.0
43+
- s3fs
4244
- scipy
4345
- sqlalchemy
46+
- tabulate
4447
- xarray
4548
- xlrd
4649
- xlsxwriter
4750
- xlwt
51+
- zstandard
4852

4953
# downstream packages
50-
- aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
54+
- aiobotocore
5155
- boto3
52-
- botocore>=1.11
56+
- botocore
57+
- cftime
5358
- dask
5459
- ipython
5560
- geopandas
@@ -62,5 +67,4 @@ dependencies:
6267
- pandas-datareader
6368
- pyyaml
6469
- py
65-
- pip:
66-
- torch
70+
- pytorch

ci/deps/actions-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- psycopg2
3737
- pymysql
3838
- pytables
39-
- pyarrow=3
39+
- pyarrow
4040
- pyreadstat
4141
- pyxlsb
4242
- s3fs

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- psycopg2
3737
- pymysql
3838
- pytables
39-
- pyarrow=5
39+
- pyarrow
4040
- pyreadstat
4141
- pyxlsb
4242
- s3fs

0 commit comments

Comments
 (0)