Skip to content

Commit

Permalink
ci: pin spacy version (#17814)
Browse files Browse the repository at this point in the history
spacy 3.8 requires numpy 2.0 which is not compatible with openmetadata-ingestion requirements:
explosion/spaCy@184e508
  • Loading branch information
sushi30 authored Sep 12, 2024
1 parent b70b3ce commit 3282b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"sqlalchemy-databricks": "sqlalchemy-databricks~=0.1",
"databricks-sdk": "databricks-sdk>=0.18.0,<0.20.0",
"trino": "trino[sqlalchemy]",
"spacy": "spacy~=3.7",
"spacy": "spacy<3.8",
"looker-sdk": "looker-sdk>=22.20.0",
"lkml": "lkml~=1.3",
"tableau": "tableau-api-lib~=0.1",
Expand Down

0 comments on commit 3282b05

Please sign in to comment.