-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
106 lines (106 loc) · 2.53 KB
/
environment.yml
File metadata and controls
106 lines (106 loc) · 2.53 KB
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
name: advent_of_code
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=4.5=1_gnu
- ca-certificates=2021.9.30=h06a4308_1
- certifi=2021.10.8=py39h06a4308_0
- ld_impl_linux-64=2.35.1=h7274673_9
- libffi=3.3=he6710b0_2
- libgcc-ng=9.3.0=h5101ec6_17
- libgomp=9.3.0=h5101ec6_17
- libstdcxx-ng=9.3.0=hd4cf53a_17
- ncurses=6.2=he6710b0_1
- openssl=1.1.1l=h7f8727e_0
- pip=21.2.4=py39h06a4308_0
- python=3.9.7=h12debd9_1
- readline=8.1=h27cfd23_0
- setuptools=58.0.4=py39h06a4308_0
- sqlite=3.36.0=hc218d9a_0
- tk=8.6.11=h1ccaba5_0
- tzdata=2021a=h5d7bf9c_0
- wheel=0.37.0=pyhd3eb1b0_1
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- astroid==2.8.3
- attrs==21.2.0
- autoflake==1.4
- autopep8==1.5.5
- beniget==0.4.1
- black==21.9b0
- bleach==4.1.0
- click==8.0.3
- defusedxml==0.7.1
- deprecated==1.2.13
- entrypoints==0.3
- epc==0.0.5
- flake8==3.8.4
- frilouz==0.0.2
- gast==0.5.2
- importmagic==0.1.7
- ipython-genutils==0.2.0
- isort==5.9.3
- jedi==0.17.2
- jinja2==3.0.2
- json-rpc==1.13.0
- jsonschema==4.1.2
- jupyter-client==7.0.6
- jupyter-core==4.8.1
- jupyterlab-pygments==0.1.2
- lazy-object-proxy==1.6.0
- markupsafe==2.0.1
- mccabe==0.6.1
- memestra==0.2.0
- mistune==0.8.4
- mypy==0.910
- mypy-extensions==0.4.3
- nbclient==0.5.4
- nbconvert==6.2.0
- nbformat==5.1.3
- nest-asyncio==1.5.1
- numpy==1.21.4
- packaging==21.0
- pandocfilters==1.5.0
- parso==0.7.1
- pathspec==0.9.0
- platformdirs==2.4.0
- pluggy==1.0.0
- ptvsd==4.3.2
- pycodestyle==2.6.0
- pydocstyle==6.1.1
- pyflakes==2.2.0
- pygments==2.10.0
- pylint==2.11.1
- pyls-black==0.4.7
- pyls-isort==0.2.2
- pyls-memestra==0.0.15
- pyls-mypy==0.1.8
- pyparsing==3.0.1
- pyrsistent==0.18.0
- python-dateutil==2.8.2
- python-jsonrpc-server==0.4.0
- python-language-server==0.36.2
- python-lsp-jsonrpc==1.0.0
- python-lsp-server==1.2.4
- pyyaml==6.0
- pyzmq==22.3.0
- regex==2021.10.23
- rope==0.21.0
- service-factory==0.1.6
- sexpdata==0.0.3
- six==1.16.0
- snowballstemmer==2.1.0
- testpath==0.5.0
- toml==0.10.2
- tomli==1.2.2
- tornado==6.1
- tqdm==4.62.3
- traitlets==5.1.0
- typing-extensions==3.10.0.2
- ujson==4.2.0
- webencodings==0.5.1
- wrapt==1.13.2
- yapf==0.31.0
prefix: /home/tim/.anaconda3/envs/advent_of_code