Skip to content

Commit ddb051b

Browse files
Backport PR #39544: CI: pin numpy<1.20 (#39545)
Co-authored-by: jbrockmendel <[email protected]>
1 parent 4ae0d23 commit ddb051b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deps/actions-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- hypothesis>=3.58.0
1212

1313
# required
14-
- numpy
14+
- numpy<1.20 # GH#39541 compat for pyarrow<3
1515
- python-dateutil
1616
- pytz
1717

ci/deps/azure-38-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- moto
2525
- nomkl
2626
- numexpr
27-
- numpy
27+
- numpy<1.20 # GH#39541 compat with pyarrow<3
2828
- openpyxl
2929
- pytables
3030
- python-dateutil

0 commit comments

Comments
 (0)