diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index 86e5660dc8a3..fed084292021 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -40,8 +40,6 @@ Changelog = "https://github.com/pola-rs/polars/releases" [project.optional-dependencies] # NOTE: keep this list in sync with show_versions() and requirements-dev.txt # Interop -# TODO: Remove NumPy upper bound once we support NumPy 2.0.0 -# https://github.com/pola-rs/polars/issues/16998 numpy = ["numpy >= 1.16.0"] pandas = ["pandas", "polars[pyarrow]"] pyarrow = ["pyarrow >= 7.0.0"]