Skip to content

Commit 4a88b43

Browse files
Backport PR pandas-dev#39487: CI: Pin pyarrow to 0.15.1 in 37 macos and linux (pandas-dev#39490)
Co-authored-by: patrick <[email protected]>
1 parent 5cbfa66 commit 4a88b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deps/azure-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- numpy
1919
- python-dateutil
2020
- nomkl
21-
- pyarrow
21+
- pyarrow=0.15.1
2222
- pytz
2323
- s3fs>=0.4.0
2424
- moto>=1.3.14

ci/deps/azure-macos-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- numexpr
2222
- numpy=1.16.5
2323
- openpyxl
24-
- pyarrow>=0.15.0
24+
- pyarrow=0.15.1
2525
- pytables
2626
- python-dateutil==2.7.3
2727
- pytz

0 commit comments

Comments
 (0)