Skip to content

Commit

Permalink
feat: widen spacy requirements
Browse files Browse the repository at this point in the history
spacy is a large library with many transitive dependencies.  Having a
tight bound makes resolving datahub-ingests with wider Python
ecosystems difficult.
  • Loading branch information
cburroughs committed Feb 2, 2024
1 parent 63b8397 commit 7429b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-classify/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_description():
"schwifty>=2022.9.0",
"python-stdnum>=1.17",
"ipaddress>=1.0.23",
"spacy>=3.4.1,<=3.5.0",
"spacy>=3.4.1,<3.8",
"phonenumbers>=8.12.56,<=8.13.0",
}

Expand Down

0 comments on commit 7429b73

Please sign in to comment.