Skip to content

Commit cce36bd

Browse files
committed
chore: remove pyarrow upper
Signed-off-by: Ion Koutsouris <[email protected]>
1 parent c149502 commit cce36bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
]
19-
dependencies = ["pyarrow>=16,<19"]
19+
dependencies = ["pyarrow>=16"]
2020
dynamic = ["version"]
2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)