Loading pkgs/development/python-modules/pyvista/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 Loading
pkgs/development/python-modules/pyvista/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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