We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e88bcc commit 5ae958eCopy full SHA for 5ae958e
pyproject.toml
@@ -23,12 +23,9 @@ classifiers = [
23
24
dependencies = [
25
"ansys-api-meshing-prime==0.2.0",
26
- "numpy>=1.14.0",
+ "numpy>=1.14.0,<2.3", # temporary upper-bound fix since breaks visualization
27
"appdirs>=1.4.0",
28
"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'",
32
"docker"
33
]
34
0 commit comments