Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 859f79d

Browse files
authored
Pin numpy to 1.19.2 (#103)
1 parent 0491348 commit 859f79d

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ pyfakefs
2727
coveralls
2828
# library
2929
pyaudio
30-
numpy
30+
numpy==1.19.2
3131
websocket
3232
tokenizers
3333
requests>=2.25.1
3434
streamp3
3535
google-cloud-speech
36-
cython
36+
cython==0.29.22
3737
sounddevice
3838
inflect
3939
spacy

requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff 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
6464
filelock==3.0.12
6565
# via virtualenv
66-
flake8-mypy==17.8.0
67-
# via -r requirements.in
6866
flake8==3.8.3
6967
# via
7068
# -r requirements.in
7169
# flake8-mypy
70+
flake8-mypy==17.8.0
71+
# via -r requirements.in
7272
gevent==20.6.2
7373
# via websocket
7474
google-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
111115
mypy-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
120120
nodeenv==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
157155
py==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
161159
pyasn1==0.4.8
162160
# via
163161
# pyasn1-modules
164162
# rsa
163+
pyasn1-modules==0.2.8
164+
# via google-auth
165165
pyaudio==0.2.11
166166
# via -r requirements.in
167167
pycodestyle==2.6.0
@@ -178,6 +178,13 @@ pyflakes==2.2.0
178178
# via flake8
179179
pyparsing==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
181188
pytest-benchmark==3.2.3
182189
# via -r requirements.in
183190
pytest-cov==2.10.0
@@ -186,13 +193,6 @@ pytest-mock==3.2.0
186193
# via -r requirements.in
187194
pytest-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
196196
pytz==2020.1
197197
# via google-api-core
198198
pyyaml==5.4
@@ -223,10 +223,10 @@ smart-open==3.0.0
223223
# via pathy
224224
sounddevice==0.4.1
225225
# via -r requirements.in
226-
spacy-legacy==3.0.5
227-
# via spacy
228226
spacy==3.0.6
229227
# via -r requirements.in
228+
spacy-legacy==3.0.5
229+
# via spacy
230230
srsly==2.4.1
231231
# via
232232
# spacy

0 commit comments

Comments
 (0)