Skip to content

Commit 78e11bf

Browse files
authored
Remove leftover from Haystack 1.x (#7664)
1 parent c07cedf commit 78e11bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/license_compliance.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ jobs:
4343
# Exclusions in the vanilla distribution must be explicitly motivated
4444
#
4545
# - tqdm is MLP but there are no better alternatives
46-
# - PyMuPDF is optional
47-
# - pinecone-client is optional
48-
# - psycopg2 is optional
49-
exclude: "(?i)^(PyMuPDF|tqdm|pinecone-client|psycopg2).*"
46+
exclude: "(?i)^(tqdm).*"
5047

5148
# We keep the license inventory on FOSSA
5249
- name: Send license report to Fossa

0 commit comments

Comments
 (0)