Skip to content

Commit a9f8dc9

Browse files
build: bump ansys-api-meshing-prime (#1224)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 3d648bb commit a9f8dc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build: bump ansys-api-meshing-prime

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"ansys-api-meshing-prime==0.1.5",
26-
"numpy>=1.14.0",
25+
"ansys-api-meshing-prime==0.2.0",
26+
"numpy>=1.14.0,<2.3", # temporary upper-bound fix since breaks visualization
2727
"appdirs>=1.4.0",
2828
"importlib-metadata>=4.0,<5; python_version<='3.8'",
29-
"numpy<2.3", # temporary fix since breaks visualization
3029
"docker"
3130
]
3231

0 commit comments

Comments
 (0)