-
Notifications
You must be signed in to change notification settings - Fork 51
/
environment_linux.yml
58 lines (58 loc) · 1.13 KB
/
environment_linux.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
52
53
54
55
56
57
58
name: gtsfm-v1
channels:
# for priority order, we prefer pytorch as the highest priority as it supplies
# latest stable packages for numerous deep learning based methods. conda-forge
# supplies higher versions of packages like opencv compared to the defaults
# channel.
- pytorch
- conda-forge
- nvidia
dependencies:
# python essentials
- python=3.8
- pip
# formatting and dev environment
- black
- coverage
- mypy
- pylint
- pytest
- flake8
- isort
# dask and related
- dask # same as dask[complete] pip distribution
- asyncssh
- python-graphviz
# core functionality and APIs
- matplotlib==3.4.2
- networkx
- numpy
- nodejs
- pandas
- pillow>=8.0.1
- scikit-learn
- seaborn
- scipy
- hydra-core
# 3rd party algorithms for different modules
- pytorch-cuda=11.8
- pytorch
- torchvision>=0.13.0
- kornia==0.7.3
- pycolmap
# io
- h5py
- plotly=4.14.3
- tabulate
- simplejson
- pyparsing==3.0.9
# testing
- parameterized
- pip:
- open3d
- opencv-python>=4.5.4.58
- pydegensac
- colour
- trimesh[easy]
- gtsam==4.2
- pydot