kevinjqliu commented on code in PR #1068: URL: https://github.com/apache/iceberg-python/pull/1068#discussion_r1740130936
########## pyproject.toml: ########## @@ -79,7 +79,10 @@ 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 } +numpy = [ + { version = "1.26.0", python = ">=3.9,<3.13", optional = true }, + { version = "1.24.4", python = ">=3.8,<3.9", optional = true } Review Comment: https://github.com/apache/iceberg-python/issues/1121 Created issue to track this -- 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