Skip to content

Commit 06817e8

Browse files
committed
python3Packages.mistral-common: add opencv-python-headless dependency
1 parent fc5c2c0 commit 06817e8

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/python-modules/mistral-common

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/mistral-common/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
numpy,
77
pydantic,
88
jsonschema,
9+
opencv-python-headless,
910
sentencepiece,
1011
typing-extensions,
1112
tiktoken,
@@ -37,6 +38,7 @@ buildPythonPackage rec {
3738
numpy
3839
pydantic
3940
jsonschema
41+
opencv-python-headless
4042
sentencepiece
4143
typing-extensions
4244
tiktoken

0 commit comments

Comments
 (0)