diff --git a/py-polars/requirements-dev.txt b/py-polars/requirements-dev.txt index 720bc56fa6e5..9d0a2df292cb 100644 --- a/py-polars/requirements-dev.txt +++ b/py-polars/requirements-dev.txt @@ -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