h-vetinari commented on code in PR #37624: URL: https://github.com/apache/arrow/pull/37624#discussion_r1319593846
########## dev/tasks/conda-recipes/.ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml: ########## @@ -35,18 +35,16 @@ google_cloud_cpp: libabseil: - '20230125' libgrpc: -- '1.54' - '1.56' libprotobuf: -- '3.21' - 4.23.3 lz4_c: - 1.9.3 numpy: -- '1.21' +- '1.22' - '1.23' -- '1.21' -- '1.21' +- '1.22' +- '1.22' Review Comment: > I see lots of the other dependencies have a single version specified, are those the different versions selected for Python 3.8, 3.9, 3.10 and 3.11? Yes, exactly. New python versions generally have a lowest-supported numpy version that's higher than the oldest-still-supported numpy at the time of the release of said python version, so there needs to be some mapping between python and numpy versions. -- 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]
