summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-01-30 12:47:10 -0700
committerGitHub <noreply@github.com>2023-01-30 11:47:10 -0800
commit80d26168b540c9f08ba7611a6d45e59d787eac8a (patch)
tree28f8bc993d93c52d05cbf4f1742a2c03f00eb3bb /var
parent67040e79c5bc2805fa1922b5088ec804c27cdf0c (diff)
downloadspack-80d26168b540c9f08ba7611a6d45e59d787eac8a.tar.gz
spack-80d26168b540c9f08ba7611a6d45e59d787eac8a.tar.bz2
spack-80d26168b540c9f08ba7611a6d45e59d787eac8a.tar.xz
spack-80d26168b540c9f08ba7611a6d45e59d787eac8a.zip
py-torchgeo: add v0.4.0 (#35155)
* py-torchgeo: add v0.4.0 * Add missing java dep
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-hydra-core/package.py1
-rw-r--r--var/spack/repos/builtin/packages/py-torchgeo/package.py54
2 files changed, 37 insertions, 18 deletions
diff --git a/var/spack/repos/builtin/packages/py-hydra-core/package.py b/var/spack/repos/builtin/packages/py-hydra-core/package.py
index 6ff841d018..0f21e3f371 100644
--- a/var/spack/repos/builtin/packages/py-hydra-core/package.py
+++ b/var/spack/repos/builtin/packages/py-hydra-core/package.py
@@ -19,3 +19,4 @@ class PyHydraCore(PythonPackage):
depends_on("py-antlr4-python3-runtime@4.9", type=("build", "run"))
depends_on("py-importlib-resources", when="^python@:3.8", type=("build", "run"))
depends_on("py-packaging", type=("build", "run"))
+ depends_on("java", type="build")
diff --git a/var/spack/repos/builtin/packages/py-torchgeo/package.py b/var/spack/repos/builtin/packages/py-torchgeo/package.py
index f1730bd7a8..ffd8475507 100644
--- a/var/spack/repos/builtin/packages/py-torchgeo/package.py
+++ b/var/spack/repos/builtin/packages/py-torchgeo/package.py
@@ -20,6 +20,7 @@ class PyTorchgeo(PythonPackage):
maintainers = ["adamjstewart", "calebrob6"]
version("main", branch="main")
+ version("0.4.0", sha256="a0812487205aa2db7bc92119d896ae4bf4f1014e6fdc0ce0f75bcb24fada6613")
version("0.3.1", sha256="ba7a716843575d173abab383c6cc2d5fc8faf5834472f16a4abe1b932040ece5")
version("0.3.0", sha256="3d98fd58e6678555592a596bd079ed5a8b4959996ff7718d7caa48d47815b6b0")
version("0.2.1", sha256="218bd5aed7680244688dbf0f1398f5251ad243267eb19a6a7332668ac779a1cc")
@@ -35,21 +36,26 @@ class PyTorchgeo(PythonPackage):
# Required dependencies
depends_on("python@3.7:3+bz2", when="@0.3:", type=("build", "run"))
depends_on("python@3.6:3+bz2", when="@:0.2", type=("build", "run"))
- depends_on("py-setuptools@42:65", when="@0.3.1:", type="build")
+ depends_on("py-setuptools@42:66", when="@0.4:", type="build")
+ depends_on("py-setuptools@42:65", when="@0.3.1", type="build")
depends_on("py-setuptools@42:63", when="@:0.3.0", type="build")
- depends_on("py-einops@0.3:0.4", type=("build", "run"))
- depends_on("py-fiona@1.8:1", when="@0.3:", type=("build", "run"))
+ depends_on("py-einops@0.3:0.6", when="@0.4:", type=("build", "run"))
+ depends_on("py-einops@0.3:0.4", when="@:0.3", type=("build", "run"))
+ depends_on("py-fiona@1.8:2", when="@0.4:", type=("build", "run"))
+ depends_on("py-fiona@1.8:1", when="@0.3", type=("build", "run"))
depends_on("py-fiona@1.5:1", when="@:0.2", type=("build", "run"))
- depends_on("py-kornia@0.6.4:0.6", when="@0.3:", type=("build", "run"))
+ depends_on("py-kornia@0.6.5:0.6", when="@0.4:", type=("build", "run"))
+ depends_on("py-kornia@0.6.4:0.6", when="@0.3", type=("build", "run"))
depends_on("py-kornia@0.5.11:0.6", when="@0.2", type=("build", "run"))
depends_on("py-kornia@0.5.4:0.6", when="@0.1", type=("build", "run"))
depends_on("py-matplotlib@3.3:3", type=("build", "run"))
depends_on("py-numpy@1.17.2:1", type=("build", "run"))
depends_on("py-omegaconf@2.1:2", type=("build", "run"))
- depends_on("py-packaging@17:21", when="@0.3:", type=("build", "run"))
+ 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.1:", type=("build", "run"))
+ depends_on("py-pytorch-lightning@1.5.1:1+extra", when="@0.4:", 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"))
@@ -61,14 +67,19 @@ class PyTorchgeo(PythonPackage):
depends_on("py-scikit-learn@0.18:1", when="@:0.2", type=("build", "run"))
depends_on("py-segmentation-models-pytorch@0.2:0.3", when="@0.3.1:", type=("build", "run"))
depends_on("py-segmentation-models-pytorch@0.2", when="@:0.3.0", type=("build", "run"))
- depends_on("py-shapely@1.3:1", type=("build", "run"))
- depends_on("py-timm@0.4.12:0.4", type=("build", "run"))
- depends_on("py-torch@1.9:1", when="@0.2:", type=("build", "run"))
+ depends_on("py-shapely@1.3:2", when="@0.4:", type=("build", "run"))
+ depends_on("py-shapely@1.3:1", when="@:0.3", type=("build", "run"))
+ depends_on("py-timm@0.4.12:0.6", when="@0.4:", type=("build", "run"))
+ depends_on("py-timm@0.4.12:0.4", when="@:0.3", type=("build", "run"))
+ depends_on("py-torch@1.12:1", when="@0.4:", type=("build", "run"))
+ depends_on("py-torch@1.9:1", when="@0.2:0.3", type=("build", "run"))
depends_on("py-torch@1.7:1", when="@0.1", type=("build", "run"))
- depends_on("py-torchmetrics@0.7:0.9", when="@0.2.2:", type=("build", "run"))
+ depends_on("py-torchmetrics@0.10:0.11", when="@0.4:", type=("build", "run"))
+ depends_on("py-torchmetrics@0.7:0.9", when="@0.3", type=("build", "run"))
depends_on("py-torchmetrics@0.7:0.8", when="@0.2.1", type=("build", "run"))
depends_on("py-torchmetrics@0.7", when="@:0.2.0", type=("build", "run"))
- depends_on("py-torchvision@0.10:0.13", when="@0.3:", type=("build", "run"))
+ depends_on("py-torchvision@0.13:0.14", when="@0.4:", type=("build", "run"))
+ depends_on("py-torchvision@0.10:0.13", when="@0.3", type=("build", "run"))
depends_on("py-torchvision@0.10:0.12", when="@0.2", type=("build", "run"))
depends_on("py-torchvision@0.3:0.12", when="@0.1", type=("build", "run"))
@@ -78,14 +89,16 @@ class PyTorchgeo(PythonPackage):
depends_on("py-laspy@2", when="@0.2:", type="run")
depends_on("gdal+openjpeg", when="@0.3.1:", type="run")
depends_on("libtiff+jpeg+zlib", type="run")
- depends_on("open3d@0.11.2:0.14+python", when="@0.2:", type="run")
+ depends_on("open3d@0.11.2:0.14+python", when="@0.2:0.3", type="run")
depends_on("opencv@3.4.2.17:4+python3+imgcodecs+tiff+jpeg+png", type="run")
depends_on("py-pandas@0.23.2:1", when="@0.3:", type="run")
depends_on("py-pandas@0.19.1:1", when="@0.2", type="run")
depends_on("py-pycocotools@2", type="run")
+ depends_on("py-pyvista@0.20:0.37", when="@0.4:", type="run")
depends_on("py-radiant-mlhub@0.2.1:0.4", type="run")
depends_on("py-rarfile@3:4", type="run")
- depends_on("py-scipy@1.2:1", when="@0.3:", type="run")
+ depends_on("py-scipy@1.6.2:1", when="@0.4:", type="run")
+ depends_on("py-scipy@1.2:1", when="@0.3", type="run")
depends_on("py-scipy@0.9:1", when="@:0.2", type="run")
depends_on("py-zipfile-deflate64@0.2", when="@0.2.1:", type="run")
@@ -94,21 +107,26 @@ class PyTorchgeo(PythonPackage):
depends_on("py-ipywidgets@7", when="@:0.3.0", type="run")
depends_on("py-nbsphinx@0.8.5:0.8", type="run")
depends_on("py-pytorch-sphinx-theme", type="run")
- depends_on("py-sphinx@4:5", type="run")
+ depends_on("py-sphinx@4:6", when="@0.4:", type="run")
+ depends_on("py-sphinx@4:5", when="@:0.3", type="run")
with when("+style"):
depends_on("py-black@21.8:22+jupyter", when="@0.3:", type="run")
depends_on("py-black@21:22", when="@:0.2", type="run")
- depends_on("py-flake8@3.8:5", when="@0.3.1:", type="run")
+ depends_on("py-flake8@3.8:6", when="@0.4:", type="run")
+ depends_on("py-flake8@3.8:5", when="@0.3.1", type="run")
depends_on("py-flake8@3.8:4", when="@:0.3.0", type="run")
depends_on("py-isort@5.8:5+colors", type="run")
depends_on("py-pydocstyle@6.1:6+toml", type="run")
- depends_on("py-pyupgrade@1.24:2", when="@0.3:", type="run")
+ depends_on("py-pyupgrade@1.24:3", when="@0.4:", type="run")
+ depends_on("py-pyupgrade@1.24:2", when="@0.3", type="run")
with when("+tests"):
- depends_on("py-mypy@0.900:0.971", when="@0.3.1:", type="run")
+ depends_on("py-mypy@0.900:0.991", when="@0.4:", type="run")
+ depends_on("py-mypy@0.900:0.971", when="@0.3.1", type="run")
depends_on("py-mypy@0.900:0.961", when="@:0.3.0", type="run")
depends_on("py-nbmake@0.1:1", when="@0.3.1:", type="run")
depends_on("py-nbmake@0.1:1.1", when="@:0.3.0", type="run")
depends_on("py-pytest@6.1.2:7", type="run")
- depends_on("py-pytest-cov@2.4:3", type="run")
+ depends_on("py-pytest-cov@2.4:4", when="@0.4:", type="run")
+ depends_on("py-pytest-cov@2.4:3", when="@:0.3", type="run")