Skip to content

Commit 7d5552b

Browse files
authored
chore: remove the upper pin on pyarrow (#3493)
* chore: remove upper pined pyarrow version in requirements for full tests * also drop python version pin for pandas
1 parent b61f714 commit 7d5552b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-test-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ fsspec>=2022.11.0;sys_platform != "win32"
22
jax[cpu]>=0.2.15;sys_platform != "win32" and python_version < "3.13"
33
numba>=0.50.0;sys_platform != "win32" and python_version < "3.13"
44
numexpr>=2.7; python_version < "3.13"
5-
pandas>=0.24.0;sys_platform != "win32" and python_version < "3.13"
6-
pyarrow>=12.0.0,<20.0.0;sys_platform != "win32" and python_version < "3.13"
5+
pandas>=0.24.0;sys_platform != "win32"
6+
pyarrow>=12.0.0;sys_platform != "win32"
77
pytest>=6
88
pytest-cov
99
pytest-xdist

0 commit comments

Comments
 (0)