python3Packages.pyvista: relax dependency of vtk
This commit is contained in:
parent
1b06907949
commit
9b61558058
@ -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}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user