In setup.py, I can see that the dependency for pandas has already been updated from
"pandas>=1.4.3,<2" (which is still in the current PyPI version) to "pandas>=1.4.3,<3", but numpy hasn't, which will break the installation if I am using e.g. pandas 2.2.1, that requires numpy (>=1.26.0,<2)
Problem
"numpy>=1.22,<1.25"
Solution
"numpy>=1.22,<2"
Steps to reproduce
poetry add git+https://github.com/feast-dev/feast.git