Skip to content

Commit e069b39

Browse files
authored
Update pyarrow pins (#588)
1 parent fa7d911 commit e069b39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ dependencies = [
2929
"numba>=0.58",
3030
"numpy>=2,<3",
3131
"pandas>=2.0",
32-
"pyarrow>=14.0.1,!=19.0.0",
32+
# NOTE: package PINNED at:
33+
# !=19.0.0 due to https://github.com/astronomy-commons/hats/pull/516
34+
# !=21.0.0 due to https://github.com/astronomy-commons/lsdb/issues/974
35+
"pyarrow>=14.0.1,!=19.0.0,!=21.0.0",
3336
"pydantic>=2.0",
3437
"scipy>=1.7.2",
3538
"typing-extensions>=4.3.0",

0 commit comments

Comments
 (0)