py-torchgeo: lock down pytorch-lightning version (#31886)

This commit is contained in:
Adam J. Stewart 2022-08-03 09:26:38 -07:00 committed by GitHub
parent 26ec46e834
commit 6b23fe857e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,9 @@ class PyTorchgeo(PythonPackage):
depends_on("py-packaging@17:21", when="@0.3:", type=("build", "run"))
depends_on("pil@6.2:9+zlib+jpeg+tiff", type=("build", "run"))
depends_on("py-pyproj@2.2:3", type=("build", "run"))
depends_on("py-pytorch-lightning@1.5.1:1", when="@0.3:", type=("build", "run"))
depends_on("py-pytorch-lightning@1.3:1", when="@:0.2", type=("build", "run"))
depends_on("py-pytorch-lightning@1.5.1:1", when="@0.3.1:", type=("build", "run"))
depends_on("py-pytorch-lightning@1.5.1:1.8", when="@0.3.0", type=("build", "run"))
depends_on("py-pytorch-lightning@1.3:1.8", when="@:0.2", type=("build", "run"))
depends_on("py-rasterio@1.0.20:1", when="@0.3:", type=("build", "run"))
depends_on("py-rasterio@1.0.16:1", when="@:0.2", type=("build", "run"))
depends_on("py-rtree@1", when="@0.3:", type=("build", "run"))