py-torchgeo: specify libtiff variants (#28681)

This commit is contained in:
Adam J. Stewart 2022-02-01 08:43:54 -06:00 committed by GitHub
parent 3f6d045c53
commit bdfcf7c92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ class PyTorchgeo(PythonPackage):
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')