Skip to content

Commit

Permalink
chore: pin pyarrow to 16.0.0 (#3124)
Browse files Browse the repository at this point in the history
until the issue apache/arrow#41696 is fixed we cannot use 16.1.0
  • Loading branch information
ianna authored May 17, 2024
1 parent 3317b0c commit 1a3540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jax[cpu]>=0.2.15;sys_platform != "win32" and python_version < "3.12"
numba>=0.50.0;sys_platform != "win32" and python_version < "3.12"
numexpr>=2.7; python_version < "3.12"
pandas>=0.24.0;sys_platform != "win32" and python_version < "3.12"
pyarrow>=7.0.0;sys_platform != "win32" and python_version < "3.12"
pyarrow==16.0.0;sys_platform != "win32" and python_version < "3.12"
pytest>=6
pytest-cov
pytest-xdist
Expand Down

0 comments on commit 1a3540b

Please sign in to comment.