Loading pkgs/development/python-modules/langchain-standard-tests/default.nix +11 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, # build-system poetry-core, # dependencies httpx, langchain-core, syrupy, # buildInputs pytest, # tests numpy, pytest-asyncio, pytestCheckHook, Loading @@ -23,8 +32,9 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ langchain-core httpx langchain-core syrupy ]; buildInputs = [ pytest ]; Loading Loading
pkgs/development/python-modules/langchain-standard-tests/default.nix +11 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, # build-system poetry-core, # dependencies httpx, langchain-core, syrupy, # buildInputs pytest, # tests numpy, pytest-asyncio, pytestCheckHook, Loading @@ -23,8 +32,9 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ langchain-core httpx langchain-core syrupy ]; buildInputs = [ pytest ]; Loading