Skip to content

Commit ce1a731

Browse files
authored
python312Packages.langchain-chroma: fix build (#367984)
2 parents 03ccf49 + 1164f22 commit ce1a731

File tree

1 file changed

+4
-1
lines changed
  • pkgs/development/python-modules/langchain-chroma

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/langchain-chroma/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ buildPythonPackage rec {
2828

2929
build-system = [ poetry-core ];
3030

31-
pythonRelaxDeps = [ "chromadb" ];
31+
pythonRelaxDeps = [
32+
"chromadb"
33+
"numpy"
34+
];
3235

3336
dependencies = [
3437
langchain-core

0 commit comments

Comments
 (0)