-
Notifications
You must be signed in to change notification settings - Fork 21
/
conda-environment_py39_cu12_torch2.yaml
76 lines (74 loc) · 1.82 KB
/
conda-environment_py39_cu12_torch2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: work39_torch2
channels:
- tensorly
- pytorch3d
- pytorch
- nvidia
- huggingface
- conda-forge
dependencies:
- python>=3.9, <3.10
- pytorch=2.1.1
- pytorch-cuda=12.1
- torchaudio=2.1.1
- torchvision=0.16.1
- librosa=0.9.2
- loguru=0.6.0
# - onnx=1.10.2
- onnx2torch=1.5
- pandas=1.4.2
- pip=21.2.4
- pyopengl=3.1
- pyrender=0.1.45
- pyvista=0.35
# - pyvistaqt=0.10
- pyvistaqt
- resampy=0.2.2
- scikit-image=0.19.2
- scikit-learn=1.0.2
# - scikit-video=1.1.11 ## install with pip from github to stop the crash with new numpy
- seaborn=0.11.0
- tensorly=0.6.0
- ffmpeg-python=0.2.0
- plotly=5.19.0
- pip:
- albumentations==1.0.3
- compress-pickle==1.2.0
# - chumpy==0.70
- chumpy @ git+https://github.com/mattloper/chumpy.git #0.71
# - Cython==0.29
- Cython==3.0.7
- decord==0.6.0
- face-alignment==1.3.5
- facenet-pytorch==2.5.2
- gdown==4.5.1
- h5py==3.8.0
- hickle==5.0.2
# - huggingface-hub==0.20
# - hydra-core==1.0.7
- hydra-core==1.3.2
- imgaug==0.4.0
- insightface==0.6.2
- kornia==0.6.5
- matplotlib==3.2.2
- mediapipe==0.8.10
- munch==2.5.0
# - numpy==1.23.0
- numpy==1.26.2
- onnx==1.15
- onnxruntime-gpu==1.16.2
- opencv-contrib-python==4.9.0.80
- opencv-python==4.9.0.80
- opencv-python-headless==4.9.0.80
- psbody-mesh @ git+https://github.com/MPI-IS/mesh.git@v0.4
- python-speech-features==0.6
# - pytorch-lightning==1.4.9
- pytorch-lightning==1.9
- pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git # as of 15th of Jan 2024 necessary, 0.7.6 in the future
- torchgeometry==0.1.2
# - torchmetrics==0.6.2
- torchfile==0.1.0
- transformers==4.36.2
- trimesh==4.0.8
- wandb==0.10.33
# - protobuf==0.13.0