chore: Support pandas 2 by sudohainguyen · Pull Request #3928 · feast-dev/feast
seems the issue appears in integration tests related to this issue from pandas pandas-dev/pandas#55730
we need to pin pandas version to at least 2.1.3 in order to adopt pandas v2, however the library only supports python 3.8 till 2.0.3
Note: just run local integration tests successfully on python 3.10, pandas 2.2.0
however it's not possible to make python 3.8 + pandas 2 + feast work together, if users install py 3.8 with feast, they shall not use pandas v2
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nicee!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters