-
Notifications
You must be signed in to change notification settings - Fork 47
/
environment.yml
51 lines (51 loc) · 959 Bytes
/
environment.yml
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: nksr
channels:
- pyg
- nvidia/label/cuda-11.8.0
- pytorch
- conda-forge
dependencies:
- python=3.10 # Fix version for reproducibility
- pytorch=2.0.0 # |
- pytorch-cuda=11.8
- pytorch-lightning=1.9.4 # |
- libprotobuf=3.19.6 # Protobuf
- protobuf=3.19.6 # | 4.x has weird linking bugs...
- mkl=2023.2.0
- numpy<2.0.0
- tensorboard
- wandb
- pybind11
- pip
- gitpython
- ca-certificates
- certifi
- openssl
- cuda-toolkit
- cuda-cudart
- cuda-nvcc
- cuda-tools
- libcusparse
- parameterized
- gcc_linux-64=11
- gxx_linux-64=11
- cuda-toolkit
- setuptools
- cmake
- ninja
- ipython
- matplotlib
- tqdm
- pyg
- rich
- pandas
- pytorch-scatter
- omegaconf
- flatten-dict
- pyntcloud
- pip:
- -f https://pycg.huangjh.tech/packages/index.html
- python-pycg[full]==0.5.2
- randomname
- pykdtree
- plyfile