-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandas 2.0 support #3709
Comments
I reopened my PR here |
java_pr failed somehow 😢 |
Is this considered a priority for Feast? We're attempting to use Feast but resolving the dependencies and downgrading Pandas so far to accommodate this library is problematic. |
Hello, The issue that blocked the PR #3664 to extend Pandas version support has been solved. Could you please reconsider this request? Thanks. |
Great to know, thanks @ddl-joyce-zhao |
Is your feature request related to a problem? Please describe.
I'm trying to install feast with pandas 2.0.3, but feast is pinned to pandas
<2
:feast/setup.py
Line 55 in c75a01f
Describe the solution you'd like
Allow pandas >2. I'm not sure how much effort it will be, my experience upgrading has been simple, and provided there's a good test coverage of the pandas features being used by feast, it should be fine.
Describe alternatives you've considered
I could rollback my codebase to an older version of pandas but I'm using some of the new feature and rely on recent bug fixes.
Additional context
The text was updated successfully, but these errors were encountered: