Skip to content

Commit

Permalink
feat(deps): support pyarrow 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 28, 2024
1 parent 5dc549b commit 54a9c9b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
87 changes: 45 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 @@ -46,7 +46,7 @@ toolz = ">=0.11,<2"
typing-extensions = ">=4.3.0,<5"
numpy = { version = ">=1.23.2,<3", optional = true }
pandas = { version = ">=1.5.3,<3", optional = true }
pyarrow = { version = ">=10.0.1,<18", optional = true }
pyarrow = { version = ">=10.0.1,<19", optional = true }
pyarrow-hotfix = { version = ">=0.4,<1", optional = true }
rich = { version = ">=12.4.4,<14", optional = true }
black = { version = ">=22.1.0,<25", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt

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

0 comments on commit 54a9c9b

Please sign in to comment.