Skip to content

Commit 840ad8a

Browse files
authored
Remove unnecessary panda references (#4930)
Removed pandas references from the repo
1 parent f336526 commit 840ad8a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pip install --no-build-isolation --editable .
3434

3535
- name: Install all optional dataset requirements
36-
run: pip install scipy pandas pycocotools lmdb requests
36+
run: pip install scipy pycocotools lmdb requests
3737

3838
- name: Install tests requirements
3939
run: pip install pytest

mypy.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ ignore_missing_imports = True
102102

103103
ignore_missing_imports = True
104104

105-
[mypy-pandas.*]
106-
107-
ignore_missing_imports = True
108-
109105
[mypy-accimage.*]
110106

111107
ignore_missing_imports = True

0 commit comments

Comments
 (0)