Skip to content

Commit bed27e9

Browse files
author
Zach Banks
committed
BLD: Revert pyarrow dependency
1 parent c9920af commit bed27e9

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
@@ -38,7 +38,7 @@ numpy = [
3838
{version = "^1.26.0", python = "^3.12"}
3939
]
4040
pandas = ">=1.5.3"
41-
pyarrow = ">=13.0.0,<15.0.1" # Work around broken 15.0.1 release
41+
pyarrow = ">=13.0.0"
4242
requests = ">=2.24.0"
4343
zstandard = ">=0.21.0"
4444

0 commit comments

Comments
 (0)