py-torchgeo: zipfile-deflate64 no longer required (#46233)

This commit is contained in:
Adam J. Stewart 2024-09-06 20:18:10 +02:00 committed by GitHub
parent 8058cd34e4
commit b51fd9f5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ class PyTorchgeo(PythonPackage):
depends_on("py-radiant-mlhub@0.2.1:0.4", when="@:0.4.0")
depends_on("py-rarfile@4:", when="@0.5")
depends_on("py-rarfile@3:", when="@:0.4")
depends_on("py-zipfile-deflate64@0.2:", when="@0.2.1:")
depends_on("py-zipfile-deflate64@0.2:", when="@0.2.1:0.5")
with when("+docs"), default_args(type="run"):
depends_on("py-ipywidgets@7:")