Skip to content

Commit dcfc0a9

Browse files
authored
Limit NumPy to <2 while all dependencies release versions compatible with NumPy 2.0.0 (PyVista, MatPlotLib...) (#1622)
Signed-off-by: paul.profizi <[email protected]>
1 parent 10c952e commit dcfc0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"google-api-python-client",
3131
"grpcio",
3232
"importlib-metadata >=4.0",
33-
"numpy",
33+
"numpy<2",
3434
"packaging",
3535
"protobuf",
3636
"psutil",

0 commit comments

Comments
 (0)