Unverified Commit b55d56cb authored by natsukium's avatar natsukium
Browse files

python312Packages.clarifai: fix build

parent 7a631a44
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -36,22 +36,18 @@ buildPythonPackage rec {
    hash = "sha256-zAjGVICrYgai6GFpcJyigKxn7kNEZKclggR5ktzrCQ0=";
  };

  pythonRelaxDeps = [ "clarifai-grpc" ];

  pythonRemoveDeps = [ "opencv-python" ];
  pythonRelaxDeps = [
    "clarifai-grpc"
    "schema"
  ];

  build-system = [ setuptools ];


  dependencies = [
    clarifai-grpc
    inquirerpy
    llama-index-core
    numpy
    opencv4
    pandas
    pillow
    pypdf
    pyyaml
    rich
    schema
@@ -73,6 +69,8 @@ buildPythonPackage rec {
  disabledTests = [
    # Test requires network access and API key
    "test_export_workflow_general"
    "test_validate_invalid_id"
    "test_validate_invalid_hex_id"
  ];

  disabledTestPaths = [