Skip to content

Commit

Permalink
Update requirements.txt and MyPy config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexioannides committed Jul 21, 2021
1 parent 68eeb3f commit 13a1ff3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@
files = pipeline
warn_return_any = True
disallow_untyped_calls=True

[mypy-uvicorn.*]
ignore_missing_imports = True

[mypy-pydantic.*]
ignore_missing_imports = True

[mypy-fastapi.*]
ignore_missing_imports = True

[mypy-sklearn.*]
ignore_missing_imports = True

[mypy-pandas.*]
ignore_missing_imports = True
2 changes: 1 addition & 1 deletion requirements_pipe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ scikit-learn==0.24.2
boto3==1.17.101
fastapi==0.65.2
uvicorn==0.14.0
git+https://github.com/bodywork-ml/[email protected].4
git+https://github.com/bodywork-ml/[email protected].5

0 comments on commit 13a1ff3

Please sign in to comment.