-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
70 lines (70 loc) · 1.02 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
58
59
60
61
62
63
64
65
66
67
68
69
70
name: eai-vc
channels:
- aihabitat
- pytorch
- conda-forge
- defaults
dependencies:
- eigenpy=2.9.2
- libglib=2.76.1
- glib=2.76.1
- glib-tools=2.76.1
- black
- click
- cloudpickle
- cffi
- cmake=3.22.1
- cudatoolkit=11.6
- cython
- flake8
- glfw
- habitat-sim=0.2.1
- headless
- hydra-core
- ifcfg
- isort
- imageio
- ipdb
- ipython
- jupyter
- mamba
- mkl-service
- moviepy
- numpy==1.23.4
- opencv
- pandas
- patchelf
- pinocchio
- pillow
- protobuf=3.20.1
- pybullet
- pytest
- pytest-xdist
- python=3.8
- pytorch=1.13
- pyyaml
- scipy
- seaborn
- six
- submitit
- tabulate
- tensorboard
- termcolor
- transforms3d
- torchvision=0.14.0
- tqdm
- wandb>=0.13
- wheel
- yacs
- pip
- pip:
- hydra-submitit-launcher
- dm-control==1.0.5
- gym==0.23.1
- setuptools==59.5.0
- timm==0.6.11
- git+https://github.com/openai/CLIP.git
- functorch
- torchrl
- classy_vision==0.6.0
- yt_dlp==2023.2.17