Skip to content

Commit

Permalink
build(python): Pin optional NumPy dependency to < 2.0.0 for now (po…
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored and Wouittone committed Jun 22, 2024
1 parent 9b5b8e4 commit 49d03ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ fsspec = ["fsspec"]
gevent = ["gevent"]
iceberg = ["pyiceberg >= 0.5.0"]
matplotlib = ["matplotlib"]
numpy = ["numpy >= 1.16.0"]
# TODO: Remove upper bound when we support 2.0
# https://github.com/pola-rs/polars/issues/16998
numpy = ["numpy >= 1.16.0, < 2.0.0"]
openpyxl = ["openpyxl >= 3.0.0"]
pandas = ["pyarrow >= 7.0.0", "pandas"]
plot = ["hvplot >= 0.9.1"]
Expand Down

0 comments on commit 49d03ad

Please sign in to comment.