raulcd commented on code in PR #46834:
URL: https://github.com/apache/arrow/pull/46834#discussion_r2158379080
##########
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:
ok, this is from a commit from 3 days ago, should we use the script on a
different PR to update it?
--
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]