Fokko commented on code in PR #951: URL: https://github.com/apache/iceberg-python/pull/951#discussion_r1685803956
########## pyproject.toml: ########## @@ -72,6 +72,7 @@ gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true } psycopg2-binary = { version = ">=2.9.6", optional = true } sqlalchemy = { version = "^2.0.18", optional = true } getdaft = { version = ">=0.2.12", optional = true } +numpy = { version = "^1.22.4", optional = true } Review Comment: Pandas declare a lower bound of [`1.22.4`](https://pandas.pydata.org/docs/getting_started/install.html#required-dependencies), same for Arrow [`1.16.6`](https://arrow.apache.org/docs/python/install.html#dependencies). It makes sense to constrain it at 2.0.0. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org