Skip to content

Commit

Permalink
feat(ingest/classify): add pip dependency (#10335)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Apr 19, 2024
1 parent 27917ca commit d1cc0af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@

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 = (
Expand Down

0 comments on commit d1cc0af

Please sign in to comment.