kou commented on code in PR #40120: URL: https://github.com/apache/arrow/pull/40120#discussion_r1493908196
########## ci/conda_env_python.txt: ########## @@ -17,7 +17,7 @@ # don't add pandas here, because it is not a mandatory test dependency boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture -cffi +cffi<1.16.0 # cffi 1.16.0 with Python 3.9 has an incompatibility with grpcio (required for GCS testbench) Review Comment: Good catch! Can we restrict this pin only for Python 3.9? It seems that we can do it with `requirements.txt` but I don't know whether we can do it with conda... -- 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]
