Skip to content

Commit 1085d73

Browse files
committed
python312Packages.langchain-mongodb: fix build
1 parent ee4442b commit 1085d73

File tree

1 file changed

+4
-0
lines changed
  • pkgs/development/python-modules/langchain-mongodb

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ buildPythonPackage rec {
3636

3737
build-system = [ poetry-core ];
3838

39+
pythonRelaxDeps = [
40+
"numpy"
41+
];
42+
3943
dependencies = [
4044
langchain-core
4145
numpy

0 commit comments

Comments
 (0)