python313Packages.pyvista: mark broken

This commit is contained in:
Robert Schütz
2025-04-25 05:12:30 -07:00
parent efca6472fd
commit 095e6cedc0
@@ -6,6 +6,7 @@
numpy,
pillow,
pooch,
pythonAtLeast,
scooby,
setuptools,
typing-extensions,
@@ -42,6 +43,7 @@ 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}";