-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathenvironment_linux.yml
More file actions
87 lines (87 loc) · 1.57 KB
/
Copy pathenvironment_linux.yml
File metadata and controls
87 lines (87 loc) · 1.57 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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:
- torch==2.5.1
- torchvision==0.20.1
- opencv-python>=4.5.4.60
- pydegensac
- colour
- trimesh[easy]
- gtsam-develop==4.3a1.dev202604240153
- pydot
- poselib==2.0.5
- bokeh==3.7.*
# dust3r/mast3r
- roma
- tqdm
- einops
- tensorboard
- pyglet<2
- huggingface-hub[torch]==0.34.4
# 3DGS
- gsplat==1.5.3
- torchmetrics==1.7.3
- tyro==0.9.24
- Flask>=3.0
# AnySplat
- dacite
- lightning
- sk-video
- xformers==0.0.29
- e3nn
- colorspacious
- plyfile
- imageio==2.37.0
- imageio-ffmpeg
- visu3d==1.5.3
- etils==1.7.0
- nbformat==5.10.4