-
Notifications
You must be signed in to change notification settings - Fork 16
/
environment.yml
54 lines (54 loc) · 1.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
name: assembly
channels:
- defaults
dependencies:
- ncurses=6.3
- pip=21.2.2
- python=3.7.0
- readline=7.0
- setuptools=58.0.4
- sqlite=3.33.0
- tk=8.6.11
- wheel=0.37.0
- xz=5.2.5
- zlib=1.2.11
- pip:
- backcall==0.2.0
- cloudpickle==2.0.0
- cycler==0.11.0
- decorator==5.1.0
- fonttools==4.28.4
- gym==0.21.0
- importlib-metadata==4.8.2
- ipython==7.30.1
- jedi==0.18.1
- kiwisolver==1.3.2
- matplotlib==3.5.1
- matplotlib-inline==0.1.3
- networkx==2.6.3
- numpy==1.21.4
- packaging==21.3
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- pillow==8.4.0
- prompt-toolkit==3.0.24
- ptyprocess==0.7.0
- pyglet==1.5.23
- pygments==2.10.0
- pyparsing==3.0.6
- pyquaternion==0.9.9
- python-dateutil==2.8.2
- python-fcl==0.6.1
- requests==2.27.1
- rtree==0.9.7
- scikit-learn==1.0.2
- scipy==1.7.3
- six==1.16.0
- sortedcontainers==2.4.0
- tqdm==4.62.3
- traitlets==5.1.1
- trimesh==3.10.8
- typing-extensions==4.0.1
- wcwidth==0.2.5
- zipp==3.6.0