-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
123 lines (122 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: flatland-rllib
channels:
- anaconda
- conda-forge
- defaults
- alubbock
- pytorch
dependencies:
- pytorch
- torchvision
- tk=8.6.8
- cairo=1.16.0
- cairocffi=1.1.0
- cairosvg=2.4.2
- cffi=1.12.3
- cssselect2=0.2.1
- defusedxml=0.6.0
- fontconfig=2.13.1
- freetype=2.10.0
- gettext=0.19.8.1
- glib=2.58.3
- icu=64.2
- jpeg=9c
- libiconv=1.15
- libpng=1.6.37
- libtiff=4.0.10
- libuuid=2.32.1
- libxcb=1.13
- libxml2=2.9.9
- lz4-c=1.8.3
- olefile=0.46
- pcre=8.41
- pillow=5.3.0
- pixman=0.38.0
- pthread-stubs=0.4
- pycairo=1.18.1
- pycparser=2.19
- tinycss2=1.0.2
- webencodings=0.5.1
- xorg-kbproto=1.0.7
- xorg-libice=1.0.10
- xorg-libsm=1.2.3
- xorg-libx11=1.6.8
- xorg-libxau=1.0.9
- xorg-libxdmcp=1.1.3
- xorg-libxext=1.3.4
- xorg-libxrender=0.9.10
- xorg-renderproto=0.11.1
- xorg-xextproto=7.3.0
- xorg-xproto=7.0.31
- zstd=1.4.0
- _libgcc_mutex=0.1
- ca-certificates=2019.5.15
- certifi=2019.6.16
- libedit=3.1.20181209
- libffi=3.2.1
- ncurses=6.1
- openssl=1.1.1c
- pip=19.1.1
- python=3.7
- readline=7.0
- setuptools=41.0.1
- sqlite=3.29.0
- wheel=0.33.4
- xz=5.2.4
- zlib=1.2.11
- conda-build
- pygraphviz
- pip:
- atomicwrites==1.3.0
- importlib-metadata==0.19
- importlib-resources==1.0.2
- attrs==19.1.0
- chardet==3.0.4
- click==7.0
- cloudpickle==1.2.2
- crowdai-api==0.1.21
- cycler==0.10.0
- filelock==3.0.12
- git+https://gitlab.aicrowd.com/flatland/flatland.git
- future==0.17.1
- gym==0.14.0
- idna==2.8
- kiwisolver==1.1.0
- lxml==4.4.0
- matplotlib==3.1.1
- more-itertools==7.2.0
- msgpack==0.6.1
- msgpack-numpy==0.4.4.3
- numpy==1.17.0
- packaging==19.0
- pandas==0.25.0
- pluggy==0.12.0
- py==1.8.0
- pyarrow==0.14.1
- pyglet==1.3.2
- pyparsing==2.4.1.1
- pytest==5.0.1
- pytest-runner==5.1
- python-dateutil==2.8.0
- python-gitlab==1.10.0
- pytz==2019.1
- recordtype==1.3
- redis==3.3.2
- requests==2.22.0
- scipy==1.3.1
- six==1.12.0
- svgutils==0.3.1
- timeout-decorator==0.4.1
- toml==0.10.0
- tox==3.13.2
- urllib3==1.25.3
- ushlex==0.99.1
- virtualenv==16.7.2
- wcwidth==0.1.7
- xarray==0.12.3
- zipp==0.5.2
- networkx
- ray[rllib]>=0.8.7
- tensorflow==2.1.0
- pyhumps==1.3.1
- PyYAML