Skip to content

Commit

Permalink
Bump pyarrow to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 6, 2024
1 parent eb82a6b commit 6a7d8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "peppi-py"
dependencies = [
"pyarrow~=15.0",
"pyarrow~=16.1",
"inflection~=0.5",
]

[build-system]
build-backend = "maturin"
requires = ["pyarrow~=15.0"]
requires = ["pyarrow~=16.1"]

[tool.maturin]
module-name = "peppi_py._peppi"
Expand Down

0 comments on commit 6a7d8e5

Please sign in to comment.