Unverified Commit 2a86ebe2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.smolagents: 1.18.0 -> 1.20.0 (#428596)

parents b407dfcc d76741be
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -52,20 +52,18 @@

buildPythonPackage rec {
  pname = "smolagents";
  version = "1.18.0";
  version = "1.20.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "smolagents";
    tag = "v${version}";
    hash = "sha256-pRpogmVes8ZX19GZff+HmGdykvMnBJ7hGsoYsUGVOSY=";
    hash = "sha256-ING+C2MACKFto+1FON5OGFgzLf8SM99ViTdADzNzQLw=";
  };

  build-system = [ setuptools ];

  pythonRelaxDeps = [ "pillow" ];

  dependencies = [
    huggingface-hub
    jinja2
@@ -136,6 +134,7 @@ buildPythonPackage rec {

  disabledTests = [
    # Missing dependencies
    "test_cleanup"
    "test_ddgs_with_kwargs"
    "test_e2b_executor_instantiation"
    "test_flatten_messages_as_text_for_all_models"