-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathenvironment.yml
57 lines (57 loc) · 1.04 KB
/
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
52
53
54
55
56
57
name: xcube
channels:
- pyg
- nvidia/label/cuda-12.1.0
- pytorch
- conda-forge
dependencies:
- python=3.10
- pytorch=2.2.0
- pytorch-cuda=12.1
- numpy<2.0.0
- tensorboard
- pip
- git
- gitpython
- ca-certificates
- certifi
- openssl
- cuda
- cuda-nvcc
- parameterized
- gcc_linux-64=11
- gxx_linux-64=11
- setuptools
- cmake
- make
- ninja
- ipython
- matplotlib
- tqdm
- pyg
- sparsehash
- pytorch-scatter
- sphinx>=7.0.0
- sphinx_rtd_theme
- myst-parser
- pandas
- rich
- pytest-benchmark
- pytorch-lightning=1.9.4
- omegaconf
- flatten-dict
- wandb
- pip:
- linkify-it-py
- python-pycg
- https://nksr.s3.ap-northeast-1.amazonaws.com/dev-whls/torchsparse_20-2.0.0b0-cp310-cp310-linux_x86_64.whl
- https://nksr.s3.ap-northeast-1.amazonaws.com/dev-whls/torchsparse-2.1.0-cp310-cp310-linux_x86_64.whl
- point_cloud_utils==0.29.5 # ! required version
- loguru
- randomname
- einops
- pynvml
- transformers
- polyscope
- trimesh
- gdown