Skip to content

Commit ba90a3c

Browse files
committed
Add all extras
1 parent 47e39a9 commit ba90a3c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pip install -U dreadnode[multimodal]
111111
pip install -U dreadnode[training]
112112

113113
# All optional features
114-
pip install -U dreadnode[multimodal,training]
114+
pip install -U dreadnode[all]
115115
```
116116

117117
See our **[installation guide](https://docs.dreadnode.io/strikes/install)** for more options.

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pillow = { version = "^11.2.1", optional = true }
3232
[tool.poetry.extras]
3333
training = ["transformers"]
3434
multimodal = ["pillow", "soundfile", "moviepy"]
35+
all = ["multimodal", "training"]
3536

3637
[tool.poetry.group.dev.dependencies]
3738
mypy = "^1.8.0"

0 commit comments

Comments
 (0)