Commit 9b615580 authored by qbisi's avatar qbisi
Browse files

python3Packages.pyvista: relax dependency of vtk

parent 1b069079
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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}";