jorisvandenbossche commented on code in PR #42189:
URL: https://github.com/apache/arrow/pull/42189#discussion_r1644026068
##########
dev/tasks/tasks.yml:
##########
@@ -1494,10 +1494,11 @@ tasks:
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.8",
"1.0", "1.19", True),
("3.9",
"latest", "latest", False),
+ ("3.10",
"latest", "<2.0.0", False),
Review Comment:
Alternatively, we could also use `1.*` here, which will still work with the
`pip install numpy==${numpy}`?
--
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]