-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
58 lines (57 loc) · 1 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
name: robot-home-service
channels:
- defaults
- pytorch
- conda-forge
dependencies:
- python=3.6.12
- python-blosc
- black=19.10b0
- colour
- coverage
- flake8
- gitpython
- ipython
- markdown=3.3
- matplotlib>=3.3.1
- mypy
- networkx
- numpy>=1.19.1
- pandas>=1.1.3
- pillow
- pip
- pytest>=6.1.1
- pytorch>=1.6.0
- quaternion>=2020.9.5.14.42.2
- ruamel.yaml
- scipy>=1.5.2
- setproctitle
- tensorboard=2.2.1
- torchvision>=0.7.0
- tqdm
- setuptools
- stringcase
- packaging
- pip:
- "allenact>=0.4.0"
- "allenact_plugins[ithor]>=0.4.0"
- ai2thor
- numpy-quaternion
- docformatter==1.3.1
- "gym>=0.17.0,<0.18.0"
- pyquaternion==0.9.9
- compress_pickle==1.2.0
- lru-dict
- pycocotools
- opencv-contrib-python
- webcolors
- numba
- pycuda==2018.1.1
- graphviz
- pytools==2021.2.8
- scikit-image
- scikit-learn
- scipy
- sklearn
- vispy
prefix: /anaconda3/envs/robot-home-service