Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1224.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build: bump ansys-api-meshing-prime
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ classifiers = [
]

dependencies = [
"ansys-api-meshing-prime==0.1.5",
"numpy>=1.14.0",
"ansys-api-meshing-prime==0.2.0",
"numpy>=1.14.0,<2.3", # temporary upper-bound fix since breaks visualization
"appdirs>=1.4.0",
"importlib-metadata>=4.0,<5; python_version<='3.8'",
"numpy<2.3", # temporary fix since breaks visualization
"docker"
]

Expand Down
Loading