summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-torchgeo/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-torchgeo/package.py b/var/spack/repos/builtin/packages/py-torchgeo/package.py
index c50ff60320..47ae8cdb1a 100644
--- a/var/spack/repos/builtin/packages/py-torchgeo/package.py
+++ b/var/spack/repos/builtin/packages/py-torchgeo/package.py
@@ -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"))