py-torchgeo: specify libtiff variants (#28681)
This commit is contained in:
parent
3f6d045c53
commit
bdfcf7c92b
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue