Skip to content

Commit

Permalink
ci: Add lower-bound pin for numba (#18555)
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- authored Sep 4, 2024
1 parent af8738c commit 8b05027
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ pip
# ------------

# Interop
# 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
numpy
numba >= 0.54; python_version < '3.13' # Numba can lag Python releases
pandas
pyarrow
pydantic>=2.0.0
Expand Down

0 comments on commit 8b05027

Please sign in to comment.