From 78e11bf764a2919ba464f70a70a1bf4ab2d17d0b Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Wed, 8 May 2024 17:34:21 +0200 Subject: [PATCH] Remove leftover from Haystack 1.x (#7664) --- .github/workflows/license_compliance.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/license_compliance.yml b/.github/workflows/license_compliance.yml index 9fa159d83..035e8abd2 100644 --- a/.github/workflows/license_compliance.yml +++ b/.github/workflows/license_compliance.yml @@ -43,10 +43,7 @@ jobs: # Exclusions in the vanilla distribution must be explicitly motivated # # - tqdm is MLP but there are no better alternatives - # - PyMuPDF is optional - # - pinecone-client is optional - # - psycopg2 is optional - exclude: "(?i)^(PyMuPDF|tqdm|pinecone-client|psycopg2).*" + exclude: "(?i)^(tqdm).*" # We keep the license inventory on FOSSA - name: Send license report to Fossa