Skip to content

Commit

Permalink
Merge pull request #486 from sanders41/pyarrow
Browse files Browse the repository at this point in the history
Pin pyarrow to <13 because if issues with breaking change
  • Loading branch information
sanders41 authored Nov 2, 2023
2 parents 87722a1 + f4252d5 commit 7db0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = ["sas7bdat_converter/py.typed"]
python = "^3.8.0"
pandas = ">=1.2.0"
openpyxl = {version = ">=3.0.5", optional = true}
pyarrow = {version = ">=9.0.0", optional = true}
pyarrow = {version = ">=9.0.0, <13.0.0", optional = true}

[tool.poetry.extras]
excel = ["openpyxl"]
Expand Down

0 comments on commit 7db0957

Please sign in to comment.