syun64 opened a new pull request, #951:
URL: https://github.com/apache/iceberg-python/pull/951
numpy 2.0.0+ has been released, which isn't compatible with pandas <2.0.3
We should limit the upper bound on the numpy version until we are ready to
upgrade the lower bound on the pandas versions.
```
________ ERROR collecting tests/integration/test_writes/test_writes.py
_________
tests/integration/test_writes/test_writes.py:26: in <module>
import pandas as pd
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/__init__.py:22:
in <module>
from pandas.compat import is_numpy_dev as _is_numpy_dev # pyright:
ignore # noqa:F401
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/compat/__init__.py:25:
in <module>
from pandas.compat.numpy import (
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/compat/numpy/__init__.py:4:
in <module>
from pandas.util.version import Version
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/util/__init__.py:2:
in <module>
from pandas.util._decorators import ( # noqa:F401
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/util/_decorators.py:14:
in <module>
from pandas._libs.properties import cache_readonly
/root/.cache/pypoetry/virtualenvs/pyiceberg-5WetIcE4-py3.9/lib/python3.9/site-packages/pandas/_libs/__init__.py:13:
in <module>
from pandas._libs.interval import Interval
pandas/_libs/interval.pyx:1: in init pandas._libs.interval
???
E ValueError: numpy.dtype size changed, may indicate binary
incompatibility. Expected 96 from C header, got 88 from PyObject
```
--
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]