forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
50 lines (50 loc) · 1.03 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: torchgeo
channels:
- pytorch # for pytorch and torchvision.
- conda-forge
- open3d-admin # for open3d
dependencies:
- einops>=0.3
- fiona>=1.8
- h5py>=2.6
- numpy>=1.17.2
- open3d>=0.11.2
- pip
- pycocotools>=2
- pyproj>=2.2
- python>=3.7
- pytorch>=1.9
- rarfile>=3
- rasterio>=1.0.20
- shapely>=1.3
- torchvision>=0.10
- pip:
- black[jupyter]>=21.8
- flake8>=3.8
- ipywidgets>=7
- isort[colors]>=5.8
- kornia>=0.6.4
- laspy>=2
- mypy>=0.900
- nbmake>=0.1
- nbsphinx>=0.8.5
- omegaconf>=2.1
- opencv-python>=3.4.2.17
- packaging>=17
- pandas>=0.23.2
- pillow>=6.2
- pydocstyle[toml]>=6.1
- pytest>=6.1.2
- pytest-cov>=2.4
- pytorch-lightning>=1.5.1
- git+https://github.com/pytorch/pytorch_sphinx_theme
- radiant-mlhub>=0.2.1
- rtree>=1
- scikit-learn>=0.21
- scipy>=1.2
- segmentation-models-pytorch>=0.2
- setuptools>=42
- sphinx>=4
- timm>=0.4.12
- torchmetrics>=0.7
- zipfile-deflate64>=0.2