We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d55a4 commit f62f486Copy full SHA for f62f486
pyproject.toml
@@ -31,9 +31,9 @@ dependencies = [
31
"protobuf>=3.12.2", # minimum required based on latest ansys-grpc-mapdl
32
"psutil>=5.9.4",
33
"pyansys-tools-versioning>=0.3.3",
34
- "ansys-tools-path>=0.2.4",
35
- "pyiges>=0.1.4",
36
- "pyvista>=0.33.0",
+ "ansys-tools-path>=0.3.1",
+ "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
+ "pyvista>=0.33.0,<0.41",
37
"scipy>=1.3.0", # for sparse (consider optional?)
38
"tqdm>=4.45.0",
39
"vtk>=9.0.0",
0 commit comments