Fokko commented on code in PR #951:
URL: https://github.com/apache/iceberg-python/pull/951#discussion_r1685802314
##########
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:
This is interesting. Do you know if this is because `numpy` 2.0.1 which has
been released a couple of hours ago: https://pypi.org/project/numpy/#history
The interesting bit is that 2.0.0 has been released a bit over a month.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]