python3Packages.pyvista: relax dependency of vtk

This commit is contained in:
qbisi 2025-07-28 21:25:41 +08:00
parent 1b06907949
commit 9b61558058

View File

@ -25,6 +25,9 @@ buildPythonPackage rec {
hash = "sha256-9N1dF/zwjzoxX4xYIr5084M9pAk3YK3T48OUnCoC0NU=";
};
# remove this line once pyvista 0.46 is released
pythonRelaxDeps = [ "vtk" ];
build-system = [ setuptools ];
dependencies = [
@ -43,7 +46,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyvista" ];
meta = with lib; {
broken = pythonAtLeast "3.13"; # segfault
description = "Easier Pythonic interface to VTK";
homepage = "https://pyvista.org";
changelog = "https://github.com/pyvista/pyvista/releases/tag/${src.tag}";