Skip to content

Commit

Permalink
Limit NumPy to <2 while all dependencies release versions compatible …
Browse files Browse the repository at this point in the history
…with NumPy 2.0.0 (PyVista, MatPlotLib...) (#1622)

Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi authored Jun 20, 2024
1 parent 10c952e commit dcfc0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"google-api-python-client",
"grpcio",
"importlib-metadata >=4.0",
"numpy",
"numpy<2",
"packaging",
"protobuf",
"psutil",
Expand Down

0 comments on commit dcfc0a9

Please sign in to comment.