From ec085fb27284886af29676fb632ed0bb8e5de3f2 Mon Sep 17 00:00:00 2001 From: remtav <34774759+remtav@users.noreply.github.com> Date: Thu, 5 May 2022 23:26:25 -0400 Subject: [PATCH] add channels to prevent conda's ResolvePackageError on Windows (#528) * add channels to prevent conda's ResolvePackageError on Windows * add open3d-admin channel for open3d dependency --- environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 99e84eea3f8..07fb62b238b 100644 --- a/environment.yml +++ b/environment.yml @@ -1,12 +1,16 @@ name: torchgeo channels: + - pytorch # for pytorch and torchvision. - conda-forge + - esri # for pycocotools. Remove when https://github.com/conda-forge/pycocotools-feedstock/issues/16 is solved + - open3d-admin # for open3d dependencies: - cudatoolkit - einops - fiona>=1.5 - h5py - numpy + - open3d>=0.11.2 - pip - pycocotools - pyproj>=2.2 @@ -28,7 +32,6 @@ dependencies: - nbmake>=0.1 - nbsphinx>=0.8.5 - omegaconf>=2.1 - - open3d>=0.11.2 - opencv-python - pandas>=0.23.2 - pillow>=2.9