Skip to content

Commit 65a1108

Browse files
committed
FIX: Exclude spaCy 3.8.15 without Python 3.14 wheels
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2dd907d commit 65a1108

2 files changed

Lines changed: 105 additions & 96 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ playwright = [
120120
"playwright>=1.49.0",
121121
]
122122
fairness_bias = [
123-
"spacy>=3.8.13,!=3.8.14", # 3.8.14 missing cp314 wheels
123+
"spacy>=3.8.13,!=3.8.14,!=3.8.15", # 3.8.14-3.8.15 missing cp314 wheels
124124
]
125125
opencv = [
126126
"opencv-python>=4.11.0.86",
@@ -156,7 +156,7 @@ all = [
156156
"opencv-python>=4.11.0.86",
157157
"playwright>=1.49.0",
158158
"pyarrow>=22.0.0; python_version >= '3.14'",
159-
"spacy>=3.8.13,!=3.8.14", # 3.8.14 missing cp314 wheels
159+
"spacy>=3.8.13,!=3.8.14,!=3.8.15", # 3.8.14-3.8.15 missing cp314 wheels
160160
"torch>=2.7.0",
161161
]
162162

0 commit comments

Comments
 (0)