forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
48 lines (48 loc) · 927 Bytes
/
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
name: torchgeo
channels:
- conda-forge
dependencies:
- cudatoolkit
- einops
- fiona>=1.5
- h5py
- numpy
- pip
- pycocotools
- pyproj>=2.2
- python>=3.6
- pytorch-gpu>=1.7
- rarfile>=3
- rasterio>=1.0.16
- shapely>=1.3
- torchvision>=0.10
- pip:
- black>=21.4b0
- flake8>=3.8
- ipywidgets>=7
- isort[colors]>=5.8
- jupyterlab
- kornia>=0.5.4
- laspy>=2.0.0
- mypy>=0.900
- nbmake>=0.1
- nbsphinx>=0.8.5
- omegaconf>=2.1
- open3d>=0.11.2
- opencv-python
- pandas>=0.19.1
- pillow>=2.9
- pydocstyle[toml]>=6.1
- pytest>=6
- pytest-cov>=2.4
- pytorch-lightning>=1.3
- git+https://github.com/pytorch/pytorch_sphinx_theme
- radiant-mlhub>=0.2.1
- rtree>=0.5
- scikit-learn>=0.18
- scipy>=0.9
- segmentation-models-pytorch>=0.2
- setuptools>=42
- sphinx>=3
- timm>=0.2.1
- torchmetrics