python3Packages.pyvista: 0.46.3 -> 0.46.4 (#458256)

This commit is contained in:
Nick Cao
2025-11-04 21:05:39 +00:00
committed by GitHub

View File

@@ -6,7 +6,6 @@
numpy,
pillow,
pooch,
pythonAtLeast,
scooby,
setuptools,
typing-extensions,
@@ -15,19 +14,16 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.46.3";
version = "0.46.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pyvista";
repo = "pyvista";
tag = "v${version}";
hash = "sha256-RpgrsNMZmIfx3bb7W9xU6u4gJoAuDQ8Xx9C25TLp6PI=";
hash = "sha256-FFrnLiGiP6LSwaoEHx4tih6XPdKCZ/9tjvz00NQDU0Q=";
};
# remove this line once pyvista 0.46 is released
pythonRelaxDeps = [ "vtk" ];
build-system = [ setuptools ];
dependencies = [