diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bbe3527bd4879e03b79e6d9c799fe8f34bfb4c62..f0d67a9fb56094dba0853afef8b69f54df524945 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -115,8 +115,6 @@ jobs:
       if: matrix.PYTEST_QT_API == 'pyqt5'
       run: |
         # Build the standalone executable
-        pip install PyQt5 -I --use-feature=2020-resolver  # https://stackoverflow.com/a/68784578
-        pip install 'matplotlib<3.3'
         pip install pyinstaller
         pyinstaller labelme.spec
         dist/labelme --version