Skip to content

Commit 65335c5

Browse files
build: allow Numpy 1.X (#626)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent cba5275 commit 65335c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/changelog/626.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: allow Numpy 1.X

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ dependencies = ["ansys-dpf-core>=0.7.2",
2929
"ansys-tools-path>=0.6.0",
3030
"ansys-platform-instancemanagement~=1.0",
3131
"pyvista>=0.43.4",
32-
"hollerith==0.4.1",
33-
"numpy>=2.0.0",
32+
"hollerith>=0.4.1",
33+
"numpy>=1",
3434
"pandas>=2.0",
3535
"appdirs>=1.4.4"
3636
]
3737

3838
[project.optional-dependencies]
3939
tests = [
4040
"matplotlib==3.9.2",
41+
"hollerith==0.5.2",
4142
"numpy==2.1.3",
4243
"pytest==8.3.3",
4344
"pytest-cov==6.0.0",

0 commit comments

Comments
 (0)