Skip to content

Commit 6933ad6

Browse files
committed
Update pyproject.toml
1 parent c26eb8e commit 6933ad6

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

docs/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ This feature is integrated with [spacy-partial-tagger](https://github.com/doccan
5858

5959
## Automatic Speech Recognition
6060

61-
To use this feature, you need to install doccano-client as follows:
61+
To use this feature, you need to install whisper as follows:
6262

6363
```bash
64-
pip install doccano-client[whisper]
64+
pip install git+https://github.com/openai/whisper.git
6565
```
6666

6767
In this feature, you can annotate audio file with OpenAI [Whisper](https://github.com/openai/whisper). For a list of available models, please see the official repository.

poetry.lock

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ spacy-partial-tagger = { version = "^0.9.1", optional = true }
2626
tqdm = { version = "^4.64.1", optional = true }
2727
pydantic = "^1.9.2"
2828
requests-toolbelt = "^0.9.1"
29-
whisper = {git = "https://github.com/openai/whisper.git", rev = "main", extras = ["whisper"]}
3029
ffmpeg-python = {version = "^0.2.0", extras = ["whisper"]}
3130

3231
[tool.poetry.dev-dependencies]
@@ -48,7 +47,7 @@ mkdocstrings = {extras = ["python", "crystal"], version = "^0.19.0"}
4847

4948
[tool.poetry.extras]
5049
spacy = ["spacy", "spacy-partial-tagger", "tqdm"]
51-
whisper = ["whisper", "ffmpeg-python", "tqdm"]
50+
whisper = ["ffmpeg-python", "tqdm"]
5251

5352
[build-system]
5453
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)