raulcd commented on code in PR #50769:
URL: https://github.com/apache/arrow/pull/50769#discussion_r3702621735
##########
.github/workflows/python.yml:
##########
@@ -79,12 +79,12 @@ jobs:
image: conda-python
title: AMD64 Conda Python 3.12 Without Pandas
python: "3.12"
- - name: conda-python-3.11-pandas-2.0.3
+ - name: conda-python-3.11-pandas-2.2.2-numpy-2.0.2
image: conda-python-pandas
- title: AMD64 Conda Python 3.11 Pandas 2.0.3
+ title: AMD64 Conda Python 3.11 Pandas 2.2.2 NumPy 2.0.2
python: "3.11"
- pandas: "2.0.3"
- numpy: "1.23.2"
+ pandas: "2.2.2"
Review Comment:
@jorisvandenbossche is the bump to pandas `2.2.2` ok from your perspective
in order to support numpy > 2?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]