This repository was archived by the owner on May 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed
Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ pyfakefs
2727coveralls
2828# library
2929pyaudio
30- numpy
30+ numpy==1.19.2
3131websocket
3232tokenizers
3333requests>=2.25.1
3434streamp3
3535google-cloud-speech
36- cython
36+ cython==0.29.22
3737sounddevice
3838inflect
3939spacy
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ cymem==2.0.5
5151 # preshed
5252 # spacy
5353 # thinc
54- cython == 0.29.21
54+ cython == 0.29.22
5555 # via
5656 # -r requirements.in
5757 # streamp3
@@ -63,12 +63,12 @@ docopt==0.6.2
6363 # pytest-watch
6464filelock == 3.0.12
6565 # via virtualenv
66- flake8-mypy == 17.8.0
67- # via -r requirements.in
6866flake8 == 3.8.3
6967 # via
7068 # -r requirements.in
7169 # flake8-mypy
70+ flake8-mypy == 17.8.0
71+ # via -r requirements.in
7272gevent == 20.6.2
7373 # via websocket
7474google-api-core [grpc ]== 1.23.0
@@ -108,18 +108,18 @@ murmurhash==1.0.5
108108 # preshed
109109 # spacy
110110 # thinc
111+ mypy == 0.782
112+ # via
113+ # -r requirements.in
114+ # flake8-mypy
111115mypy-extensions == 0.4.3
112116 # via
113117 # black
114118 # mypy
115119 # typing-inspect
116- mypy == 0.782
117- # via
118- # -r requirements.in
119- # flake8-mypy
120120nodeenv == 1.4.0
121121 # via pre-commit
122- numpy == 1.19.1
122+ numpy == 1.19.2
123123 # via
124124 # -r requirements.in
125125 # blis
@@ -152,16 +152,16 @@ protobuf==3.13.0
152152 # google-api-core
153153 # googleapis-common-protos
154154 # proto-plus
155- py-cpuinfo == 7.0.0
156- # via pytest-benchmark
157155py == 1.10.0
158156 # via pytest
159- pyasn1-modules == 0.2.8
160- # via google-auth
157+ py-cpuinfo == 7.0.0
158+ # via pytest-benchmark
161159pyasn1 == 0.4.8
162160 # via
163161 # pyasn1-modules
164162 # rsa
163+ pyasn1-modules == 0.2.8
164+ # via google-auth
165165pyaudio == 0.2.11
166166 # via -r requirements.in
167167pycodestyle == 2.6.0
@@ -178,6 +178,13 @@ pyflakes==2.2.0
178178 # via flake8
179179pyparsing == 2.4.7
180180 # via packaging
181+ pytest == 5.4.3
182+ # via
183+ # -r requirements.in
184+ # pytest-benchmark
185+ # pytest-cov
186+ # pytest-mock
187+ # pytest-watch
181188pytest-benchmark == 3.2.3
182189 # via -r requirements.in
183190pytest-cov == 2.10.0
@@ -186,13 +193,6 @@ pytest-mock==3.2.0
186193 # via -r requirements.in
187194pytest-watch == 4.2.0
188195 # via -r requirements.in
189- pytest == 5.4.3
190- # via
191- # -r requirements.in
192- # pytest-benchmark
193- # pytest-cov
194- # pytest-mock
195- # pytest-watch
196196pytz == 2020.1
197197 # via google-api-core
198198pyyaml == 5.4
@@ -223,10 +223,10 @@ smart-open==3.0.0
223223 # via pathy
224224sounddevice == 0.4.1
225225 # via -r requirements.in
226- spacy-legacy == 3.0.5
227- # via spacy
228226spacy == 3.0.6
229227 # via -r requirements.in
228+ spacy-legacy == 3.0.5
229+ # via spacy
230230srsly == 2.4.1
231231 # via
232232 # spacy
You can’t perform that action at this time.
0 commit comments