Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2500 Bump Requirement: pyvista >= 0.38.1
Before in the project meta data pyproject.toml under dependencies there is the requirement `pyvista>=0.33.0`, see pyproject.toml, line 38. But, this old version 0.33.0 lacks the function pyvista.plotting.colors.get_cycler which ansys.mapdl.core.theme, line 16 wants to import. This functions was just introduced in pyvista 0.38.1 with pull #3739, see definition of get_cycler in the corresponding diff. Bump pyvista >= 0.38.1 also for .ci\requirements_test_xvfb.txt As this is still used in three locations in GitHub workflows.
- Loading branch information