forked from SchweizerischeBundesbahnen/rsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rsp_environment.yml
116 lines (116 loc) · 2.8 KB
/
rsp_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
name: rsp
channels:
- potassco
- anaconda
- defaults
- plotly
- conda-forge
dependencies:
- python==3.8.1
- ca-certificates=2019.11.27=0
- cairo==1.14.12
- certifi=2019.11.28
- clingo==5.4.0
- clingo-dl==1.1.0
- python-graphviz==0.13.2
- icu==58.2
- libpng==1.6.37
- nb_conda=2.2.1
- openssl=1.1.1
- plotly-orca==1.3.1
- pip>=20.0.2
- pixman==0.38.0
- pyarrow==0.15.1
- setuptools=42.0.2
- sqlite==3.30.1
- wheel==0.33.6
- zlib==1.2.11
- pip:
- atomicwrites==1.3.0
- attrs==19.3.0
- cairocffi==1.1.0
- cairosvg==2.4.2
- cffi==1.13.2
- chardet==3.0.4
- click==8.0.4
- cloudpickle==1.2.2
- colorama==0.4.3
- crowdai-api==0.1.22
- cssselect2==0.2.2
- cycler==0.10.0
- defusedxml==0.6.0
- deprecated==1.2.10
- entrypoints==0.3
- eradicate==1.0
- ffmpeg-python==0.2.0
- filelock==3.0.12
- flake8==3.7.9
- flake8-eradicate==0.2.3
- flake8-bugbear==20.1.2
- frozenlist==1.1.0
# TODO make this a proper dependency (pip or git submodule)? git+https / git+ssh can be bothersome with proxy settings!
- git+http://gitlab.aicrowd.com/flatland/flatland.git@462e280399cb71c9f4e37030c90fabca7c3e841d#egg=flatland-rl
- jupytext==1.4.1
- future==0.18.2
- gitpython==3.1.0
- gym==0.14.0
- idna==2.8
- importlib-metadata==1.3.0
- importlib-resources==1.0.2
- jsonpickle==1.4.1
# https://github.com/python-jsonschema/jsonschema/issues/921
- jsonschema==3.2.0
- kiwisolver==1.1.0
- lxml==4.4.2
- matplotlib==3.1.2
- mccabe==0.6.1
- more-itertools==8.0.2
- msgpack==0.6.2
- msgpack-numpy==0.4.4.3
- numpy==1.17.4
- networkx==2.4
- nose==1.3.7
- overrides==2.5
- packaging==19.2
- pandas==0.25.3
- pillow==6.2.1
- plotly==4.5.4
- pluggy==0.13.1
- pre-commit==1.21.0
- protobuf==3.11.1
- psutil==5.7.0
- py==1.8.0
- pydot==1.4.1
- pyyaml==5.3
- pycodestyle==2.5.0
- pycparser==2.19
- pydeps==1.9.0
- pyflakes==2.1.1
- pyglet==1.3.2
- pyparsing==2.4.5
- pyqt5==5.13.2
- pyqt5-sip==12.7.0
- pytest==5.3.1
- pytest-runner==5.2
- python-dateutil==2.8.1
- python-gitlab==1.14.0
- pytz==2019.3
- recordtype==1.3
- redis==3.3.11
- requests==2.22.0
- scipy==1.3.3
- six==1.13.0
- svgutils==0.3.1
- timeout-decorator==0.4.1
- tinycss2==1.0.2
- toml==0.10.0
- tox==3.14.2
- tqdm==4.42.1
- urllib3==1.25.7
- ushlex==0.99.1
- virtualenv==16.7.8
- vulture==2.1
- wcwidth==0.1.7
- webencodings==0.5.1
- xarray==0.14.1
- zipp==0.6.0