-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
51 lines (51 loc) · 1.2 KB
/
environment.yaml
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
name: tree_seg
channels:
# You can use the TUNA mirror to speed up the installation if you are in mainland China.
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
- pytorch
- defaults
- conda-forge
# - nvidia
# - pyg
# - pytorch3d
dependencies:
- python==3.8
# common used
- pip
- matplotlib
- jupyterlab
- pyyaml
- tqdm
- imageio
# - pytorch >= 2.0.0
# - torchvision
# - torchaudio
# - pytorch-cuda
- pip:
# torch
- torch >= 2.0.0
- torchvision
- torchaudio
# common
- json_tricks
- pycocotools
- opencv-python # <= 4.1.1.26 # to avoid Error: Cannot move to target thread
- psutil
- shutils
- h5py
- rich
- gpustat
- pytest
- yapf
- dearpygui
- einops
- open3d # >= 0.15.2
- trimesh[all]
- transforms3d
- kornia
- imageio-ffmpeg
- torch_geometric
- fvcore
- seaborn
- gradio
- torch_scatter