зеркало из https://github.com/microsoft/torchgeo.git
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
This commit is contained in:
Родитель
cf2a0cc6d6
Коммит
e785d81bdd
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче