gnu: python-pyvista: Update to 0.39.1.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.39.1. [propagated-inputs]: Add python-pooch, remove python-appdirs. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
744c979b8f
commit
24fc0d506a
|
@ -1341,7 +1341,7 @@ aggregated sum and more.")
|
||||||
(define-public python-pyvista
|
(define-public python-pyvista
|
||||||
(package
|
(package
|
||||||
(name "python-pyvista")
|
(name "python-pyvista")
|
||||||
(version "0.36.1")
|
(version "0.39.1")
|
||||||
(source
|
(source
|
||||||
;; The PyPI tarball does not contain the tests.
|
;; The PyPI tarball does not contain the tests.
|
||||||
;; (However, we don't yet actually run the tests.)
|
;; (However, we don't yet actually run the tests.)
|
||||||
|
@ -1352,15 +1352,15 @@ aggregated sum and more.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kjilcrz2cyh67n79r8dpxrans99mlviz2whc6g7j8hgn7v14z2n"))))
|
(base32 "00nij00z5r35f6dx7mwndsrpmiw43adjk8x35mk308c369ylbv9p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-appdirs
|
(list python-imageio
|
||||||
python-imageio
|
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
python-meshio
|
python-meshio
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pillow
|
python-pillow
|
||||||
|
python-pooch
|
||||||
python-scooby
|
python-scooby
|
||||||
vtk))
|
vtk))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1371,7 +1371,7 @@ aggregated sum and more.")
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
;; Disable the sanity check, which fails with the following error:
|
;; Disable the sanity check, which fails with the following error:
|
||||||
;;
|
;;
|
||||||
;; ...checking requirements: ERROR: pyvista==0.34.0 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
|
;; ...checking requirements: ERROR: pyvista==0.39.1 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
|
||||||
(delete 'sanity-check))))
|
(delete 'sanity-check))))
|
||||||
(home-page "https://docs.pyvista.org/")
|
(home-page "https://docs.pyvista.org/")
|
||||||
(synopsis "3D plotting and mesh analysis through VTK")
|
(synopsis "3D plotting and mesh analysis through VTK")
|
||||||
|
|
Reference in New Issue