mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 04:56:45 +00:00
bug: Exclude rdflib 6.3.2 because of fossa license issues (#4495)
This commit is contained in:
parent
c99b58100d
commit
45ce87bb48
@ -140,9 +140,11 @@ pinecone = [
|
||||
]
|
||||
graphdb = [
|
||||
"SPARQLWrapper",
|
||||
"rdflib!=6.3.2", # GPL-2.0-only license issue
|
||||
]
|
||||
inmemorygraph = [
|
||||
"SPARQLWrapper",
|
||||
"rdflib!=6.3.2", # GPL-2.0-only license issue
|
||||
]
|
||||
opensearch = [
|
||||
"opensearch-py>=2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user