summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-07-11 10:10:30 -0700
committerGitHub <noreply@github.com>2022-07-11 10:10:30 -0700
commitc020894f3607f82ea2b3a1be0f5de22d7f11d42c (patch)
treee97938a3de8b809faab365b7d52607b658a27a5e /var
parent05a32b5cf5cdcd7f212842f685c2b53c0083ef43 (diff)
downloadspack-c020894f3607f82ea2b3a1be0f5de22d7f11d42c.tar.gz
spack-c020894f3607f82ea2b3a1be0f5de22d7f11d42c.tar.bz2
spack-c020894f3607f82ea2b3a1be0f5de22d7f11d42c.tar.xz
spack-c020894f3607f82ea2b3a1be0f5de22d7f11d42c.zip
py-torchgeo: add v0.3.0 (#31514)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-torchgeo/package.py110
1 files changed, 65 insertions, 45 deletions
diff --git a/var/spack/repos/builtin/packages/py-torchgeo/package.py b/var/spack/repos/builtin/packages/py-torchgeo/package.py
index a384a04ef9..bb7dec2810 100644
--- a/var/spack/repos/builtin/packages/py-torchgeo/package.py
+++ b/var/spack/repos/builtin/packages/py-torchgeo/package.py
@@ -20,66 +20,86 @@ class PyTorchgeo(PythonPackage):
maintainers = ['adamjstewart', 'calebrob6']
version('main', branch='main')
+ version('0.3.0', sha256='3d98fd58e6678555592a596bd079ed5a8b4959996ff7718d7caa48d47815b6b0')
version('0.2.1', sha256='218bd5aed7680244688dbf0f1398f5251ad243267eb19a6a7332668ac779a1cc')
version('0.2.0', sha256='968c4bf68c7e487bf495f2f306d8bb0f5824eb67e24b26772a510e753e04ba4c')
version('0.1.1', sha256='6e28132f75e9d8cb3a3a0e8b443aba3cde26c8f3140b9426139ee6e8f8058b26')
version('0.1.0', sha256='44eb3cf10ab2ac63ff95e92fcd3807096bac3dcb9bdfe15a8edac9d440d2f323')
variant('datasets', default=False, description='Install optional dataset dependencies')
+ variant('docs', default=False, description='Install documentation dependencies')
variant('style', default=False, description='Install style checking tools')
variant('tests', default=False, description='Install testing tools')
# Required dependencies
- depends_on('python@3.6:+bz2', type=('build', 'run'))
- depends_on('py-setuptools@42:', type='build')
- depends_on('py-dataclasses', when='@0.2: ^python@3.6', type=('build', 'run'))
- depends_on('py-einops', type=('build', 'run'))
- depends_on('py-fiona@1.5:', type=('build', 'run'))
- depends_on('py-kornia@0.5.11:', when='@0.2:', type=('build', 'run'))
- depends_on('py-kornia@0.5.4:', type=('build', 'run'))
- depends_on('py-matplotlib', type=('build', 'run'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-omegaconf@2.1:', type=('build', 'run'))
- depends_on('pil@2.9:+zlib+jpeg+tiff', when='@0.3:', type=('build', 'run'))
- depends_on('pil@2.9:9+zlib+jpeg+tiff', when='@:0.2', type=('build', 'run'))
- depends_on('py-pyproj@2.2:', type=('build', 'run'))
- depends_on('py-pytorch-lightning@1.3:', type=('build', 'run'))
- depends_on('py-rasterio@1.0.16:', type=('build', 'run'))
- depends_on('py-rtree@0.9.4:', when='@0.2.1:', type=('build', 'run'))
- depends_on('py-rtree@0.5:', type=('build', 'run'))
- depends_on('py-scikit-learn@0.18:', type=('build', 'run'))
- depends_on('py-segmentation-models-pytorch@0.2:', type=('build', 'run'))
- depends_on('py-shapely@1.3:', type=('build', 'run'))
- depends_on('py-timm@0.2.1:', type=('build', 'run'))
- depends_on('py-torch@1.7:', type=('build', 'run'))
- depends_on('py-torchmetrics@0.7:', when='@0.2.2:', type=('build', 'run'))
+ 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:63', type='build')
+ depends_on('py-dataclasses', when='@0.2 ^python@3.6', type=('build', 'run'))
+ 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-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.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('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-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'))
+ depends_on('py-rtree@0.9.4:1', when='@0.2.1', type=('build', 'run'))
+ depends_on('py-rtree@0.5:1', when='@:0.2.0', type=('build', 'run'))
+ depends_on('py-scikit-learn@0.21:1', when='@0.3:', type=('build', 'run'))
+ depends_on('py-scikit-learn@0.18:1', when='@:0.2', type=('build', 'run'))
+ depends_on('py-segmentation-models-pytorch@0.2', 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-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.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.12', when='@0.2:', type=('build', 'run'))
- depends_on('py-torchvision@0.3:0.12', 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.10:0.12', when='@0.2', type=('build', 'run'))
+ depends_on('py-torchvision@0.3:0.12', when='@0.1', type=('build', 'run'))
# Optional dependencies
with when('+datasets'):
- depends_on('py-h5py', type='run')
- depends_on('py-laspy@2:', when='@0.2:', type='run')
- depends_on('libtiff+jpeg+zlib')
- depends_on('open3d@0.11.2:+python', when='@0.2:', type='run')
- depends_on('opencv+python3+imgcodecs+tiff+jpeg+png', type='run')
- depends_on('py-pandas@0.19.1:', when='@0.2:', type='run')
- depends_on('py-pycocotools', type='run')
- depends_on('py-radiant-mlhub@0.2.1:', type='run')
- depends_on('py-rarfile@3:', type='run')
- depends_on('py-scipy@0.9:', type='run')
- depends_on('py-zipfile-deflate64@0.2:', when='@0.2.1:', type='run')
+ depends_on('py-h5py@2.6:3', type='run')
+ depends_on('py-laspy@2', when='@0.2:', 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('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-radiant-mlhub@0.2.1:0.5', 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@0.9:1', when='@:0.2', type='run')
+ depends_on('py-zipfile-deflate64@0.2', when='@0.2.1:', type='run')
+
+ with when('+docs'):
+ depends_on('py-ipywidgets@7', 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')
with when('+style'):
- depends_on('py-black@21:', type='run')
- depends_on('py-flake8@3.8:', type='run')
- depends_on('py-isort@5.8:+colors', type='run')
- depends_on('py-pydocstyle@6.1:+toml', type='run')
+ 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:4', type='run')
+ depends_on('py-isort@5.8:5+colors', type='run')
+ depends_on('py-pydocstyle@6.1:6+toml', type='run')
with when('+tests'):
- depends_on('py-mypy@0.900:', type='run')
- depends_on('py-nbmake@0.1:', type='run')
- depends_on('py-pytest@6:', type='run')
- depends_on('py-pytest-cov@2.4:', type='run')
+ depends_on('py-mypy@0.900:0.961', type='run')
+ depends_on('py-nbmake@0.1:1.1', type='run')
+ depends_on('py-pytest@6.1.2:7', type='run')
+ depends_on('py-pytest-cov@2.4:3', type='run')