From 8bb118657f30293f584c03bd3946ddebc32cb3d0 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Mon, 16 Sep 2024 16:36:23 +0200 Subject: [PATCH] chore(python): Remove TODO comment regarding NumPy pinning --- py-polars/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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"]