Skip to content

Commit 552d35a

Browse files
authored
Merge pull request #238 from lincc-frameworks/pyarrow-18
Bump pyarrow requirement from 15 to 18
2 parents cebcc3e + 74c16d7 commit 552d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"numpy>=2",
2222
# We use internal pd._libs.missing and experimental ArrowExtensionArray
2323
"pandas>=2.2,<2.3",
24-
"pyarrow>=15",
24+
"pyarrow>=18",
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)