Skip to content

Commit

Permalink
feat: widen pandas dependency to support python 3.7 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Nov 18, 2022
1 parent 04d1989 commit 67020f4
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 @@ -16,7 +16,7 @@ def get_long_description():
base_requirements = {
"spacy>=3.4.1,<=3.4.3",
"phonenumbers>=8.12.56,<=8.13.0",
"pandas>=1.5.0,<=1.5.1",
"pandas>=1.2.0,<=1.5.1",
"spacy-download>=1.0.0"
}

Expand Down

0 comments on commit 67020f4

Please sign in to comment.