Unverified Commit 3231a87c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents c3cba959 5f5cefce
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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 = [