We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600481c commit 203d344Copy full SHA for 203d344
noxfile.py
@@ -199,10 +199,7 @@ def prerelease(session, tests_path):
199
"--prefer-binary",
200
"--pre",
201
"--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",
+ "pyarrow",
206
)
207
# Avoid pandas==2.2.0rc0 as this version causes PyArrow to fail. Once newer
208
# prerelease comes out, this constraint can be removed. See
0 commit comments