Skip to content

Commit 5ae958e

Browse files
authored
Update pyproject.toml
1 parent 5e88bcc commit 5ae958e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ classifiers = [
2323

2424
dependencies = [
2525
"ansys-api-meshing-prime==0.2.0",
26-
"numpy>=1.14.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>=1.14.0,<2.3", # temporary upper-bound fix since breaks visualization
30-
"appdirs>=1.4.0",
31-
"importlib-metadata>=4.0,<5; python_version<='3.8'",
3229
"docker"
3330
]
3431

0 commit comments

Comments
 (0)