Skip to content

Commit 04b7b21

Browse files
Pin to pyarrow<24 in type checking environment (rapidsai#22230)
## Description This pins our mypy type checking environment to `pyarrow<24`. It has no effect on our actual runtime dependencies. This is just to unblock CI. I'll follow up later with a PR addressing the type checking errors. xref rapidsai#22229
1 parent 15411d2 commit 04b7b21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ repos:
3838
polars,
3939
"numpy",
4040
pyarrow-stubs,
41+
"pyarrow<24.0.0", # https://github.com/rapidsai/cudf/issues/22229
4142
pytest,
4243
types-cachetools,
4344
"rmm-cu12==26.6.*,>=0.0.0a0; sys_platform=='linux'",

0 commit comments

Comments
 (0)