Skip to content

Commit

Permalink
chore(python): Remove TODO comment regarding NumPy pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 16, 2024
1 parent 6561eba commit 8bb1186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8bb1186

Please sign in to comment.