py-torchgeo: pyvista dep has been removed (#48990)

This commit is contained in:
Adam J. Stewart 2025-02-13 21:43:25 +01:00 committed by GitHub
parent 9985ecf6a7
commit f678e8af4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ class PyTorchgeo(PythonPackage):
depends_on("py-pycocotools@2.0.7:", when="@0.6:")
depends_on("py-pycocotools@2.0.5:", when="@0.5:")
depends_on("py-pycocotools@2:")
depends_on("py-pyvista@0.34.2:", when="@0.5:")
depends_on("py-pyvista@0.34.2:", when="@0.5:0.6")
depends_on("py-pyvista@0.20:", when="@0.4:")
depends_on("py-scikit-image@0.19:", when="@0.6:")
depends_on("py-scikit-image@0.18:", when="@0.4:")