Skip to content

Commit d2760cc

Browse files
author
Zach Banks
committed
BLD: Avoid broken pyarrow release 15.0.1
1 parent 89fb013 commit d2760cc

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"
41+
pyarrow = ">=13.0.0,<15.0.1" # Work around broken 15.0.1 release
4242
requests = ">=2.24.0"
4343
zstandard = ">=0.21.0"
4444

0 commit comments

Comments
 (0)