forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
51 lines (51 loc) · 1.06 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
51
name: torchgeo
channels:
- pytorch # for pytorch and torchvision.
- conda-forge
dependencies:
- einops>=0.3
- fiona>=1.8.12
- h5py>=2.9
- matplotlib>=3.3
- numpy>=1.17.3
- pip
- pycocotools>=2.0.1
- pyproj>=2.4.1
- python>=3.8
- pytorch>=1.12
- pyvista>=0.25.2
- rarfile>=4
- rasterio>=1.1.1
- shapely>=1.7
- torchvision>=0.13
- pip:
- black[jupyter]>=21.8
- flake8>=3.8
- ipywidgets>=7
- isort[colors]>=5.8
- kornia>=0.6.5
- laspy>=2
- mypy>=0.900
- nbmake>=0.1
- nbsphinx>=0.8.5
- omegaconf>=2.1
- opencv-python>=4.1.2
- pandas>=0.25.2
- pillow>=6.2.1
- 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
- pyupgrade>=2.4
- radiant-mlhub>=0.2.1,<0.5
- rtree>=1
- scikit-image>=0.18
- scikit-learn>=0.22
- scipy>=1.6.2
- segmentation-models-pytorch>=0.2
- setuptools>=42
- sphinx>=4
- timm>=0.4.12
- torchmetrics>=0.10
- zipfile-deflate64>=0.2