Skip to content

Commit f62f486

Browse files
committed
Fixing pyvista to 0.40.X (#2198)
1 parent 09d55a4 commit f62f486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies = [
3131
"protobuf>=3.12.2", # minimum required based on latest ansys-grpc-mapdl
3232
"psutil>=5.9.4",
3333
"pyansys-tools-versioning>=0.3.3",
34-
"ansys-tools-path>=0.2.4",
35-
"pyiges>=0.1.4",
36-
"pyvista>=0.33.0",
34+
"ansys-tools-path>=0.3.1",
35+
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
36+
"pyvista>=0.33.0,<0.41",
3737
"scipy>=1.3.0", # for sparse (consider optional?)
3838
"tqdm>=4.45.0",
3939
"vtk>=9.0.0",

0 commit comments

Comments
 (0)