Skip to content

Commit a431765

Browse files
build: numpy limit (#1278)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 7ab655d commit a431765

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Numpy limit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"matplotlib>=3.10.1",
3333
"natsort>=8.4.0",
3434
"networkx>=3.2.1",
35-
"numpy<=2.2.6",
35+
"numpy<3",
3636
"pandas<=3.0.0",
3737
"pint>=0.24.4",
3838
"pyvista>=0.44.1,<0.46",

0 commit comments

Comments
 (0)