Skip to content

Commit dd47fbb

Browse files
committed
Remove 'apple' extra
1 parent a61a1d4 commit dd47fbb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,3 @@ jobs:
177177
python -m pytest --pyargs spacy -W error
178178
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
179179

180-
- name: "Run CPU tests with thinc-apple-ops"
181-
run: |
182-
python -m pip install 'spacy[apple]'
183-
python -m pytest --pyargs spacy
184-
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ cuda12x =
115115
cupy-cuda12x>=11.5.0,<13.0.0
116116
cuda-autodetect =
117117
cupy-wheel>=11.0.0,<13.0.0
118-
apple =
119-
thinc-apple-ops>=0.1.0.dev0,<1.0.0
120118
# Language tokenizers with external dependencies
121119
ja =
122120
sudachipy>=0.5.2,!=0.6.1

0 commit comments

Comments
 (0)