diff --git a/.github/workflows/tests-schedule.yml b/.github/workflows/tests-schedule.yml index f4ac3a2fbdd..2bab417e5e3 100644 --- a/.github/workflows/tests-schedule.yml +++ b/.github/workflows/tests-schedule.yml @@ -33,7 +33,7 @@ jobs: run: pip install --no-build-isolation --editable . - 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 run: pip install pytest diff --git a/mypy.ini b/mypy.ini index 44bca6cd832..916abc1b43d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -102,10 +102,6 @@ ignore_missing_imports = True ignore_missing_imports = True -[mypy-pandas.*] - -ignore_missing_imports = True - [mypy-accimage.*] ignore_missing_imports = True