raulcd commented on code in PR #46834:
URL: https://github.com/apache/arrow/pull/46834#discussion_r2158376877


##########
ci/conan/all/conanfile.py:
##########
@@ -268,7 +268,9 @@ def validate(self):
             raise ConanInvalidConfiguration("arrow:parquet requires 
arrow:with_thrift")
 
     def build_requirements(self):
-        if Version(self.version) >= "13.0.0":
+        if Version(self.version) >= "20.0.0":
+            self.tool_requires("cmake/[>=3.25 <4]")
+        else:

Review Comment:
   Is there a reason we haven't kept them in sync with upstream then?
   
https://github.com/conan-io/conan-center-index/blob/7e4cf19b663a2cfa7e9a57b8260ba003e046a46c/recipes/arrow/all/conanfile.py#L256-L260
   



-- 
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]

Reply via email to