Unverified Commit 840ad8ab authored by Carlosbogo's avatar Carlosbogo Committed by GitHub
Browse files

Remove unnecessary panda references (#4930)

Removed pandas references from the repo
parent f3365262
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
run: pip install --no-build-isolation --editable . run: pip install --no-build-isolation --editable .
- name: Install all optional dataset requirements - name: Install all optional dataset requirements
run: pip install scipy pandas pycocotools lmdb requests run: pip install scipy pycocotools lmdb requests
- name: Install tests requirements - name: Install tests requirements
run: pip install pytest run: pip install pytest
......
...@@ -102,10 +102,6 @@ ignore_missing_imports = True ...@@ -102,10 +102,6 @@ ignore_missing_imports = True
ignore_missing_imports = True ignore_missing_imports = True
[mypy-pandas.*]
ignore_missing_imports = True
[mypy-accimage.*] [mypy-accimage.*]
ignore_missing_imports = True ignore_missing_imports = True
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment