We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07cedf commit 78e11bfCopy full SHA for 78e11bf
.github/workflows/license_compliance.yml
@@ -43,10 +43,7 @@ jobs:
43
# Exclusions in the vanilla distribution must be explicitly motivated
44
#
45
# - 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).*"
+ exclude: "(?i)^(tqdm).*"
50
51
# We keep the license inventory on FOSSA
52
- name: Send license report to Fossa
0 commit comments