AlenkaF commented on code in PR #39879: URL: https://github.com/apache/arrow/pull/39879#discussion_r1475733507
########## docs/requirements.txt: ########## @@ -5,7 +5,7 @@ breathe ipython numpydoc -pydata-sphinx-theme~=0.14 +pydata-sphinx-theme~=0.15.2 Review Comment: AFAIK if `~=` is added then pip will install the latest `0.15.x` version that is higher or equal to `0.15.2.` So I think this is fine. -- 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]
