Skip to content

Commit

Permalink
MAINT: change vtk version
Browse files Browse the repository at this point in the history
Version 9.3.0 does not interact well with pyvista and our tests.
Moving back to 9.2.6 fixes it.
  • Loading branch information
SMoraisAnsys committed Nov 29, 2023
1 parent e468833 commit 3adacfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ full = [
"osmnx",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"vtk==9.2.6",
"SRTM.py",
"utm",
"scikit-rf",
Expand Down

0 comments on commit 3adacfe

Please sign in to comment.