Skip to content

Commit

Permalink
Pin pyarrow to <19 due to apparent incompatibility with vendored 16.0…
Browse files Browse the repository at this point in the history
… Arrow C++ code

Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein committed Jan 21, 2025
1 parent 4bcf5cd commit cc8d256
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- pillow
- polars
- psutil
- pyarrow=16
- pyarrow>=7,<19
- pydantic>=2
- pytest
- pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- pillow
- polars
- psutil
- pyarrow=16
- pyarrow>=7,<19
- pydantic>=2
- pytest
- pytest-asyncio
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"cmake",
"deprecated", # Because used in csp.impl.struct, which is used in autogen
"oldest-supported-numpy",
"pyarrow>=7.0.0",
"pyarrow>=7,<19",
"ruamel.yaml",
"scikit-build",
"setuptools>=69,<74",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"packaging",
"pandas",
"psutil",
"pyarrow>=7.0.0",
"pyarrow>=7,<19",
"pytz",
"ruamel.yaml",
"sqlalchemy",
Expand Down

0 comments on commit cc8d256

Please sign in to comment.