Skip to content

Commit

Permalink
fix(deps): update dependency pyarrow to v16 (#9033)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 231be63 commit a687ec1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 50 deletions.
6 changes: 0 additions & 6 deletions ibis/backends/tests/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from ibis import _
from ibis import literal as L
from ibis.backends.tests.errors import (
ArrowNotImplementedError,
DuckDBParserException,
ExaQueryError,
GoogleBadRequest,
Expand Down Expand Up @@ -189,11 +188,6 @@
"Unsupported type: Float16(nullable=True)",
raises=NotImplementedError,
),
pytest.mark.broken(
["datafusion"],
"Expected np.float16 instance",
raises=ArrowNotImplementedError,
),
],
id="float16",
),
Expand Down
84 changes: 42 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bidict = ">=0.22.1,<1"
numpy = ">=1.23.2,<2"
pandas = ">=1.5.3,<3"
parsy = ">=2,<3"
pyarrow = ">=10.0.1,<16"
pyarrow = ">=10.0.1,<17"
pyarrow-hotfix = ">=0.4,<1"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pure-sasl==0.6.2 ; python_version >= "3.9" and python_version < "4.0"
py-cpuinfo==9.0.0 ; python_version >= "3.9" and python_version < "4.0"
py4j==0.10.9.7 ; python_version >= "3.9" and python_version < "4.0"
pyarrow-hotfix==0.6 ; python_version >= "3.9" and python_version < "4.0"
pyarrow==15.0.2 ; python_version >= "3.9" and python_version < "4.0"
pyarrow==16.0.0 ; python_version >= "3.9" and python_version < "4.0"
pyasn1-modules==0.4.0 ; python_version >= "3.9" and python_version < "4.0"
pyasn1==0.6.0 ; python_version >= "3.9" and python_version < "4"
pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit a687ec1

Please sign in to comment.