-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows-environment.yml
137 lines (137 loc) · 2.8 KB
/
windows-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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: speedsive-env
channels:
- conda-forge
- defaults
dependencies:
- aiohttp=3.8.1
- aiosignal=1.2.0
- appdirs=1.4.4
- async-timeout=4.0.2
- attrs=21.4.0
- autopep8=1.5.6
- black=22.6.0
- blas=1.0
- blinker=1.4
- brotlipy=0.7.0
- bzip2=1.0.8
- ca-certificates=2022.6.15
- cachetools=5.0.0
- certifi=2022.6.15
- cffi=1.14.6
- cfgv=3.3.1
- charset-normalizer=2.1.0
- click=8.1.3
- colorama=0.4.5
- cryptography=37.0.4
- dataclasses=0.8
- distlib=0.3.5
- editdistance-s=1.0.0
- ffmpeg=4.3.1
- filelock=3.7.1
- flake8=3.8.2
- freetype=2.10.4
- frozenlist=1.3.0
- google-api-core=2.8.2
- google-api-python-client=2.53.0
- google-auth=2.9.1
- google-auth-httplib2=0.1.0
- google-auth-oauthlib=0.5.2
- googleapis-common-protos=1.56.4
- httplib2=0.20.4
- identify=2.3.7
- idna=3.3
- imageio=2.19.3
- imageio-ffmpeg=0.4.7
- importlib-metadata=4.11.3
- intel-openmp=2022.1.0
- jpeg=9e
- lcms2=2.12
- lerc=3.0
- libblas=3.9.0
- libcblas=3.9.0
- libdeflate=1.12
- libffi=3.4.2
- liblapack=3.9.0
- libpng=1.6.37
- libprotobuf=3.20.1
- libtiff=4.4.0
- libwebp=1.2.2
- libwebp-base=1.2.2
- libxcb=1.13
- libzlib=1.2.12
- lz4-c=1.9.3
- m2w64-gcc-libgfortran=5.3.0
- m2w64-gcc-libs=5.3.0
- m2w64-gcc-libs-core=5.3.0
- m2w64-gmp=6.1.0
- m2w64-libwinpthread-git=5.0.0.4634.697f757
- mccabe=0.6.1
- mkl=2022.1.0
- moviepy=1.0.3
- msys2-conda-epoch=20160418
- multidict=6.0.2
- mypy=0.910
- mypy_extensions=0.4.3
- nodeenv=1.7.0
- numpy=1.23.1
- oauthlib=3.2.0
- openjpeg=2.4.0
- openssl=1.1.1q
- pathspec=0.9.0
- pillow=9.2.0
- pip=22.1.2
- platformdirs=2.5.2
- pre-commit=2.15.0
- pre_commit=2.15.0
- protobuf=3.20.1
- psutil=5.9.0
- pthread-stubs=0.4
- pyasn1=0.4.8
- pyasn1-modules=0.2.7
- pycodestyle=2.6.0
- pycparser=2.21
- pydub=0.25.1
- pyflakes=2.2.0
- pyjwt=2.4.0
- pyopenssl=22.0.0
- pyparsing=3.0.9
- pysocks=1.7.1
- python=3.9.12
- python_abi=3.9
- pytube=12.1.0
- pyu2f=0.1.5
- pyyaml=6.0
- requests=2.28.1
- requests-oauthlib=1.3.1
- rsa=4.8
- setuptools=61.2.0
- six=1.16.0
- sqlite=3.38.5
- tbb=2021.5.0
- tk=8.6.12
- toml=0.10.2
- tomli=2.0.1
- tqdm=4.64.0
- typed-ast=1.5.4
- typing-extensions=4.1.1
- typing_extensions=4.1.1
- tzdata=2022a
- ucrt=10.0.20348.0
- uritemplate=4.1.1
- urllib3=1.26.10
- vc=14.2
- virtualenv=20.4.7
- vs2015_runtime=14.29.30037
- wheel=0.37.1
- win_inet_pton=1.1.0
- xorg-libxau=1.0.9
- xorg-libxdmcp=1.1.3
- xz=5.2.5
- yaml=0.2.5
- yarl=1.7.2
- zipp=3.8.0
- zlib=1.2.12
- zstd=1.5.2
- pip:
- decorator==4.4.2
- proglog==0.1.10