Skip to content

Commit

Permalink
add channels to prevent conda's ResolvePackageError on Windows (micro…
Browse files Browse the repository at this point in the history
…soft#528)

* add channels to prevent conda's ResolvePackageError on Windows

* add open3d-admin channel for open3d dependency
  • Loading branch information
remtav authored May 6, 2022
1 parent 36bc1c1 commit ec085fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec085fb

Please sign in to comment.