forked from zillow/salve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment_macos-latest.yml
57 lines (56 loc) · 1.34 KB
/
environment_macos-latest.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
name: salve-v10
channels:
# The mac environment closely follows the linux conda environment file,
# except for two noticeable differences: no CUDA support and no DEGENSAC support.
# TO add: mseg_semantic @ git+https://github.com/mseg-dataset/mseg-semantic.git@master
#
# 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
- nvidia
- conda-forge
- defaults
dependencies:
# python essentials
- python==3.8
- pip
# formatting and dev environment
- black
- coverage
- mypy
- pylint
- pytest
# dask and related
- dask # same as dask[complete] pip distribution
- python-graphviz
# core functionality and APIs
- click
- matplotlib>=3.4.2
- numpy
- nodejs
- pandas
- pillow>=8.0.1
- scikit-learn
- seaborn
- shapely
- tqdm
# 3rd party algorithms for different modules
- opencv>=4.5.0 # preferring conda-forge's distribution as it provides the latest distribution
- pytorch
- torchvision
# io
- h5py
- imageio
- pip:
- hydra-core==1.1.0
- rdp
- yacs # for HoHoNet
- open3d
- networkx>=2.6.3
- pytest-cov
- gtsam==4.2a7
- simplejson
- colour
- gtsfm==0.2.0