mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-16 05:02:59 +00:00
feat(ingest/classify): add pip dependency (#10335)
This commit is contained in:
parent
27917ca634
commit
d1cc0af314
@ -104,6 +104,9 @@ sqlglot_lib = {
|
|||||||
|
|
||||||
classification_lib = {
|
classification_lib = {
|
||||||
"acryl-datahub-classify==0.0.10",
|
"acryl-datahub-classify==0.0.10",
|
||||||
|
# This is a bit of a hack. Because we download the SpaCy model at runtime in the classify plugin,
|
||||||
|
# we need pip to be available.
|
||||||
|
"pip",
|
||||||
}
|
}
|
||||||
|
|
||||||
sql_common = (
|
sql_common = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user