Merge pull request #2573 from mozilla/examples-v0.6.0

Pin examples to 0.6.0
This commit is contained in:
Reuben Morais 2019-12-04 15:43:52 +00:00 committed by GitHub
commit 122b0f2d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.15",
"deepspeech": "0.6.0",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},

View File

@ -1,4 +1,4 @@
deepspeech~=0.6.0a15
deepspeech==0.6.0
pyaudio~=0.2.11
webrtcvad~=2.0.10
halo~=0.0.18

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.15",
"deepspeech": "0.6.0",
"node-wav": "0.0.2",
"sox-stream": "^2.0.3",
"util": "^0.11.1"

View File

@ -1,3 +1,3 @@
deepspeech~=0.6.0a15
deepspeech==0.6.0
webrtcvad
pyqt5