-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove restraint of vtk<9.1.0 (#132)
* Remove restrain on vtk<9.1.0 * Use the new DpfPlotter instead of the old. * Revert "Use the new DpfPlotter instead of the old." This reverts commit 8abdec8. * Remove problematic line to test the rest * Output info on renderer * Force renderer info * Comment out other plotting tests * revert changes * conditional VTK version for testing * fix python_requires * conditionally disable lighting * Fix naming error * Remove matplotlib requirements as well since a dependency of PyVista * Remove doctest +SKIP * Add a global conftest for doctest * Revert "Add a global conftest for doctest" This reverts commit 078b647. * Revert "Remove doctest +SKIP" This reverts commit 0534ef7. Co-authored-by: Alex Kaszynski <akascap@gmail.com>
- Loading branch information
1 parent
93d6fa9
commit bbd5125
Showing
6 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pypandoc==1.8.1 | ||
matplotlib==3.5.3 | ||
imageio==2.21.1 | ||
imageio-ffmpeg==0.4.7 | ||
Sphinx==5.1.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pytest==7.1.2 | ||
coverage==6.4.4 | ||
pytest-cov==3.0.0 | ||
pytest-rerunfailures==10.2 | ||
coverage==6.4.4 | ||
pytest==7.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters