-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathenvironment_mac.yml
More file actions
67 lines (67 loc) · 1.24 KB
/
environment_mac.yml
File metadata and controls
67 lines (67 loc) · 1.24 KB
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
59
60
61
62
63
64
65
66
67
name: gtsfm-v1
channels:
- conda-forge
dependencies:
# python essentials
- python=3.12
- pip
- python-dotenv
# formatting and dev environment
- black
- coverage
- mypy
- pylint
- pytest
- pytest-cov
- flake8
- isort
# dask and related
- asyncssh
- dask=2025.9.1
- distributed=2025.9.1
- lz4=4.4.4
- msgpack-python=1.1.1
- python-graphviz
# GPU/UCX support for multi-GPU communication
- distributed-ucx==12.0.0 # New UCX implementation
- dask-cuda>=24.8.0
# core functionality and APIs
- hydra-core
- matplotlib>=3.5
- networkx
- nodejs
- numpy=2.2.6
- open3d
- pandas=2.3.3
- pillow>=9.0.0
- scikit-learn
- scipy
- seaborn
# 3rd party algorithms for different modules
- kornia>=0.7.3
- pycolmap==3.11.1
# io
- h5py
- plotly>=5.0
- tabulate
- simplejson
- pyparsing>=3.0.9
- psycopg2 # Added for PostgreSQL support
# testing
- parameterized
- wget
- pip:
- torch==2.5.1
- torchvision==0.20.1
- opencv-python>=4.5.4.60
- pydegensac
- colour
- trimesh[easy]
- gtsam-develop==4.3a1.dev202604240153
- pydot
# dust3r/mast3r
- roma
- tqdm
- einops
- huggingface-hub[torch]==0.34.4
- Flask>=3.0