Skip to content

Commit

Permalink
build: allow Numpy 1.X (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
RobPasMue and pyansys-ci-bot authored Nov 22, 2024
1 parent cba5275 commit 65335c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog/626.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: allow Numpy 1.X
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ dependencies = ["ansys-dpf-core>=0.7.2",
"ansys-tools-path>=0.6.0",
"ansys-platform-instancemanagement~=1.0",
"pyvista>=0.43.4",
"hollerith==0.4.1",
"numpy>=2.0.0",
"hollerith>=0.4.1",
"numpy>=1",
"pandas>=2.0",
"appdirs>=1.4.4"
]

[project.optional-dependencies]
tests = [
"matplotlib==3.9.2",
"hollerith==0.5.2",
"numpy==2.1.3",
"pytest==8.3.3",
"pytest-cov==6.0.0",
Expand Down

0 comments on commit 65335c5

Please sign in to comment.