From 7f64f5fedd4c0a716e123bf8a877682dd76b38b4 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Wed, 3 Jul 2024 14:19:59 -0400 Subject: [PATCH] chore(ingest): update acryl-datahub-classify version --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index cd4ed37d110bd..d3df59c6468df 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -103,7 +103,7 @@ } classification_lib = { - "acryl-datahub-classify==0.0.10", + "acryl-datahub-classify==0.0.11", # 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",