Skip to content

Commit

Permalink
Merge pull request #22 from cburroughs/csb/spacy
Browse files Browse the repository at this point in the history
feat: widen spacy requirements
  • Loading branch information
mayurinehate authored Jun 27, 2024
2 parents 459d25f + a3fc875 commit 4649762
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 4649762

Please sign in to comment.