-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathenvironment_linux_cpuonly.yml
More file actions
65 lines (65 loc) · 1.27 KB
/
environment_linux_cpuonly.yml
File metadata and controls
65 lines (65 loc) · 1.27 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
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
- toolz =1.1.0
- tornado=6.5.2
# 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:
- https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp310-cp310-linux_x86_64.whl
- https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp310-cp310-linux_x86_64.whl
- opencv-python>=4.5.4.60
- pydegensac
- colour
- trimesh[easy]
- gtsam-develop==4.3a1.dev202603090403
- pydot
- roma
- tqdm
- einops
- huggingface-hub[torch]==0.34.4
- Flask>=3.0