mirror of https://github.com/explosion/spaCy.git
Remove 'apple' extra
This commit is contained in:
parent
a61a1d43cf
commit
dd47fbb45f
|
@ -177,8 +177,3 @@ jobs:
|
||||||
python -m pytest --pyargs spacy -W error
|
python -m pytest --pyargs spacy -W error
|
||||||
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
|
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'
|
|
||||||
|
|
|
@ -115,8 +115,6 @@ cuda12x =
|
||||||
cupy-cuda12x>=11.5.0,<13.0.0
|
cupy-cuda12x>=11.5.0,<13.0.0
|
||||||
cuda-autodetect =
|
cuda-autodetect =
|
||||||
cupy-wheel>=11.0.0,<13.0.0
|
cupy-wheel>=11.0.0,<13.0.0
|
||||||
apple =
|
|
||||||
thinc-apple-ops>=0.1.0.dev0,<1.0.0
|
|
||||||
# Language tokenizers with external dependencies
|
# Language tokenizers with external dependencies
|
||||||
ja =
|
ja =
|
||||||
sudachipy>=0.5.2,!=0.6.1
|
sudachipy>=0.5.2,!=0.6.1
|
||||||
|
|
Loading…
Reference in New Issue