Skip to content

Commit c2dbdf9

Browse files
committed
Fixing pyvista to 0.40.X
1 parent c4e942c commit c2dbdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"pyansys-tools-versioning>=0.3.3",
3535
"ansys-tools-path>=0.3.1",
3636
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
37-
"pyvista>=0.33.0",
37+
"pyvista>=0.33.0,<0.41",
3838
"scipy>=1.3.0", # for sparse (consider optional?)
3939
"tqdm>=4.45.0",
4040
"vtk>=9.0.0",

0 commit comments

Comments
 (0)