Commit a9e619e8 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.langchain-standard-tests: update dependencies

parent 5d4a97b0
Loading
Loading
Loading
Loading
+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,
@@ -23,8 +32,9 @@ buildPythonPackage rec {
  build-system = [ poetry-core ];

  dependencies = [
    langchain-core
    httpx
    langchain-core
    syrupy
  ];

  buildInputs = [ pytest ];