Skip to content

Commit d7d5a30

Browse files
committed
deps: update min spacy version to 3.6
1 parent 8631fc8 commit d7d5a30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords = [
3434
]
3535

3636
dependencies = [
37-
"spacy[lookups]>=3.1.0",
37+
"spacy[lookups]>=3.6.0",
3838
"numpy>=1.20.0",
3939
"pandas>=1.0.0",
4040
"pyphen>=0.11.0,<0.15.0",
@@ -60,7 +60,7 @@ docs = [
6060
"sphinxext-opengraph>=0.7.3",
6161
"myst-nb>=0.6.0",
6262
"sphinx_design>=0.3.0",
63-
"autodoc_pydantic==2.0.1",
63+
"autodoc_pydantic==2.1.0",
6464
]
6565
tutorials = [
6666
"jupyter",

0 commit comments

Comments
 (0)