Skip to content

Commit 9b61558

Browse files
committed
python3Packages.pyvista: relax dependency of vtk
1 parent 1b06907 commit 9b61558

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkgs/development/python-modules/pyvista/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ buildPythonPackage rec {
2525
hash = "sha256-9N1dF/zwjzoxX4xYIr5084M9pAk3YK3T48OUnCoC0NU=";
2626
};
2727

28+
# remove this line once pyvista 0.46 is released
29+
pythonRelaxDeps = [ "vtk" ];
30+
2831
build-system = [ setuptools ];
2932

3033
dependencies = [
@@ -43,7 +46,6 @@ buildPythonPackage rec {
4346
pythonImportsCheck = [ "pyvista" ];
4447

4548
meta = with lib; {
46-
broken = pythonAtLeast "3.13"; # segfault
4749
description = "Easier Pythonic interface to VTK";
4850
homepage = "https://pyvista.org";
4951
changelog = "https://github.com/pyvista/pyvista/releases/tag/${src.tag}";

0 commit comments

Comments
 (0)