We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61a1d4 commit dd47fbbCopy full SHA for dd47fbb
.github/workflows/tests.yml
@@ -177,8 +177,3 @@ jobs:
177
python -m pytest --pyargs spacy -W error
178
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
179
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
@@ -115,8 +115,6 @@ cuda12x =
115
cupy-cuda12x>=11.5.0,<13.0.0
116
cuda-autodetect =
117
cupy-wheel>=11.0.0,<13.0.0
118
-apple =
119
- thinc-apple-ops>=0.1.0.dev0,<1.0.0
120
# Language tokenizers with external dependencies
121
ja =
122
sudachipy>=0.5.2,!=0.6.1
0 commit comments