We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b06907 commit 9b61558Copy full SHA for 9b61558
1 file changed
pkgs/development/python-modules/pyvista/default.nix
@@ -25,6 +25,9 @@ buildPythonPackage rec {
25
hash = "sha256-9N1dF/zwjzoxX4xYIr5084M9pAk3YK3T48OUnCoC0NU=";
26
};
27
28
+ # remove this line once pyvista 0.46 is released
29
+ pythonRelaxDeps = [ "vtk" ];
30
+
31
build-system = [ setuptools ];
32
33
dependencies = [
@@ -43,7 +46,6 @@ buildPythonPackage rec {
43
46
pythonImportsCheck = [ "pyvista" ];
44
47
45
48
meta = with lib; {
- broken = pythonAtLeast "3.13"; # segfault
49
description = "Easier Pythonic interface to VTK";
50
homepage = "https://pyvista.org";
51
changelog = "https://github.com/pyvista/pyvista/releases/tag/${src.tag}";
0 commit comments