Skip to content

Commit 6a83b33

Browse files
authored
Merge branch 'main' into ci/fix_clang
2 parents c541720 + 840ad8a commit 6a83b33

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)