Skip to content

Commit 8c9ec5d

Browse files
dependabot[bot]pyansys-ci-botRobPasMue
authored
chore: remove snowballstemmer limit (#688)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 4436f4e commit 8c9ec5d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/changelog.d/688.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update snowballstemmer requirement from <3 to <4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies = [
3535
"Jinja2>=3.1.2",
3636
"importlib-metadata>=4.0",
3737
"pdf2image>=1.17.0",
38-
"snowballstemmer<3", # TODO: to be removed once Sphinx solves the issue with snowballstemmer>=3.0.0
3938
]
4039

4140
[project.optional-dependencies]

0 commit comments

Comments
 (0)