Skip to content

Commit b32d4e6

Browse files
committed
Remove types-numpy
1 parent d54dd4a commit b32d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Type checking with mypy
4242
run: |
4343
source env/bin/activate
44-
python -m pip install mypy types-setuptools types-numpy types-Pillow types-click
44+
python -m pip install mypy types-setuptools types-Pillow types-click
4545
python -m mypy --install-types --non-interactive
4646
- name: Test with pytest
4747
run: |

0 commit comments

Comments
 (0)