Skip to content

Commit

Permalink
fix(ingestions/snowflake): stop pinning transitive spacy dependency
Browse files Browse the repository at this point in the history
This is already a dependency of acryl-datahub-classify, which has a
broader range.  If someone is running into pip resolution issue they
can try heuristics like this with a constraint file.
  • Loading branch information
cburroughs committed Feb 2, 2024
1 parent 63a23d7 commit ebe63d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@
"cryptography",
"msal",
"acryl-datahub-classify==0.0.9",
# spacy version restricted to reduce backtracking, used by acryl-datahub-classify,
"spacy==3.4.3",
}

trino = {
Expand Down

0 comments on commit ebe63d3

Please sign in to comment.