-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
42 lines (40 loc) · 868 Bytes
/
environment.yml
File metadata and controls
42 lines (40 loc) · 868 Bytes
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
channels:
- pytorch
- defaults
dependencies:
- pytorch=1.11.0
- torchvision=0.12.0
- torchaudio=0.11.0
- cudatoolkit=11.3
- mkl<2024.0
- intel-openmp<2024.0
- pillow=9.0.1
- pip=21.2.4
- pip:
- numpy==1.26.4
- open3d==0.19.0
- opencv-python==4.10.0.84
- pytorch-lightning==1.6.4
- einops==0.6.0
- einops-exts==0.0.4
- scikit-image==0.19.2
- scikit-learn==1.2.1
- matplotlib==3.6.3
- pandas==1.4.2
- tensorboard==2.9.0
- torch-tb-profiler==0.4.3
- torchmetrics==0.9.0
- trimesh==3.12.5
- plyfile==0.7.4
- pyquaternion==0.9.9
- rotary-embedding-torch==0.2.1
- configargparse==1.5.3
- tqdm==4.64.0
- pyyaml==6.0
- imageio==2.19.3
- networkx==2.8.2
- dash==2.8.1
- plotly==5.13.0
- ipykernel==6.21.1
- ipython==8.10.0
- ipywidgets==8.0.4