feat(ingest/classify): add pip dependency (#10335)

This commit is contained in:
Harshal Sheth 2024-04-19 12:52:51 -07:00 committed by GitHub
parent 27917ca634
commit d1cc0af314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,9 @@ sqlglot_lib = {
classification_lib = {
"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 = (