diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0188606c0..8ee046240 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -177,8 +177,3 @@ jobs: python -m pytest --pyargs spacy -W error if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')" - - name: "Run CPU tests with thinc-apple-ops" - run: | - python -m pip install 'spacy[apple]' - python -m pytest --pyargs spacy - if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11' diff --git a/setup.cfg b/setup.cfg index 855b7e683..7b9bd7b28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -115,8 +115,6 @@ cuda12x = cupy-cuda12x>=11.5.0,<13.0.0 cuda-autodetect = cupy-wheel>=11.0.0,<13.0.0 -apple = - thinc-apple-ops>=0.1.0.dev0,<1.0.0 # Language tokenizers with external dependencies ja = sudachipy>=0.5.2,!=0.6.1