-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
54 lines (53 loc) · 1012 Bytes
/
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
52
53
54
# build: conda env create -f environment.yaml
# update: conda env update -f environment.yaml
name: stair
channels:
- pytorch
- conda-forge
- anaconda
- defaults
dependencies:
- python==3.7.2
- cffi
- cython
- ros-rospy
- ros-cv-bridge
- ros-sensor-msgs
- ros-geometry-msgs
- ros-rosgraph
- cudatoolkit=10.2
- pillow
- wheel
- pip
- pip:
- tqdm
- ipdb
- ipython
- ipython-genutils
- jedi
- trimesh
- scikit-image
- opencv-python
- configargparse
- lpips
- tensorboard
- imageio
- imageio-ffmpeg
- kornia
- matplotlib
- open3d==0.16.0
- scipy
- click
- torchmetrics==0.11.4
- torchinfo
- numpy
- seaborn
- pandas
- dearpygui
- plyfile
- dotmap
- --extra-index-url https://download.pytorch.org/whl/cu113
- torch==1.12.1+cu113
- torchvision==0.13.1
- pytorch-lightning==1.8
- urllib3==1.26.6