rmpinchback opened a new issue, #12591: URL: https://github.com/apache/iotdb/issues/12591
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation I ran into a situation where I was trying to install several libraries via pip that had pandas dependencies, and one of them required >= 2 on the pandas version. While the requirements.txt in source control for the iotdb Python client doesn't indicate a restriction for not using pandas 2+, the metadata in the setup.py file restricts to less than v2. ### Solution If there isn't a functional reason for the limitation then I'd suggest removing the "<1.99.99" restriction. Also the minimum required version should probably be updated to agree with what is in the requirements.txt file, which it currently doesn't. ### Alternatives No real alternative comes to mind. Pandas v2 has been out for quite awhile now. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
