Skip to content

Commit

Permalink
ci: Temporarily pin NumPy in CI to address dependency resolving issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 4, 2024
1 parent dab8254 commit 42cf395
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ pip
# ------------

# Interop
numpy
# TODO: Unpin NumPy when issue has been resolved.
# https://github.com/pola-rs/polars/issues/18543
numpy < 2.1
numba; python_version < '3.13' # Numba can lag Python releases
pandas
pyarrow
Expand Down

0 comments on commit 42cf395

Please sign in to comment.