We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f336526 commit 840ad8aCopy full SHA for 840ad8a
.github/workflows/tests-schedule.yml
@@ -33,7 +33,7 @@ jobs:
33
run: pip install --no-build-isolation --editable .
34
35
- name: Install all optional dataset requirements
36
- run: pip install scipy pandas pycocotools lmdb requests
+ run: pip install scipy pycocotools lmdb requests
37
38
- name: Install tests requirements
39
run: pip install pytest
mypy.ini
@@ -102,10 +102,6 @@ ignore_missing_imports = True
102
103
ignore_missing_imports = True
104
105
-[mypy-pandas.*]
106
-
107
-ignore_missing_imports = True
108
109
[mypy-accimage.*]
110
111
0 commit comments