Skip to content

Commit 203d344

Browse files
authored
test: remove pyarrow prerelease pin
The referred upstream issue has been fixed.
1 parent 600481c commit 203d344

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,7 @@ def prerelease(session, tests_path):
199199
"--prefer-binary",
200200
"--pre",
201201
"--upgrade",
202-
# Limit pyarrow to versions prior to 20.0.0.dev19 to prevent a RuntimeWarning
203-
# during import. This workaround can be removed once the underlying issue
204-
# in pyarrow is resolved (see: https://github.com/apache/arrow/issues/45380).
205-
"pyarrow<=20.0.0.dev18",
202+
"pyarrow",
206203
)
207204
# Avoid pandas==2.2.0rc0 as this version causes PyArrow to fail. Once newer
208205
# prerelease comes out, this constraint can be removed. See

0 commit comments

Comments
 (0)