Skip to content

Commit

Permalink
Supported Second Set of Infotypes (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Piyush Chauhan <[email protected]>
  • Loading branch information
mardikark-gslab and PiyushGSlab authored Nov 23, 2022
1 parent 67020f4 commit 427f821
Show file tree
Hide file tree
Showing 64 changed files with 52,158 additions and 1,941,514 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 90
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
11 changes: 8 additions & 3 deletions datahub-classify/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ def get_long_description():


base_requirements = {
"vininfo>=1.7.0",
"schwifty>=2022.9.0",
"python-stdnum>=1.17",
"ipaddress>=1.0.23",
"spacy>=3.4.1,<=3.4.3",
"phonenumbers>=8.12.56,<=8.13.0",
"pandas>=1.2.0,<=1.5.1",
"spacy-download>=1.0.0"
}

dev_requirements = {
Expand All @@ -27,9 +29,12 @@ def get_long_description():
"flake8>=3.8.3",
"flake8-tidy-imports>=4.3.0",
"isort>=5.7.0",
"mypy>=0.901,<0.920",
# Because of https://github.com/python/mypy/issues/13627 issue, set the mypy version to 0.981, we can revisit this in future
"mypy>=0.981",
"pytest-cov>=2.8.1",
"scikit-learn",
"pandas>=1.2.0,<=1.5.1",
"openpyxl"
}


Expand Down
Loading

0 comments on commit 427f821

Please sign in to comment.