mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
c533a0346d
Updates the requirements on [snowballstemmer](https://github.com/snowballstem/snowball) to permit the latest version. - [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS) - [Commits](https://github.com/snowballstem/snowball/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: snowballstemmer dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
369 B
Plaintext
17 lines
369 B
Plaintext
# Requirements for docs.
|
|
autodoc-pydantic
|
|
coverage
|
|
furo
|
|
git-changelog
|
|
mypy[reports]
|
|
myst-parser
|
|
pytest
|
|
Sphinx
|
|
sphinx-autobuild
|
|
sphinx-click
|
|
sphinx-togglebutton
|
|
sphinx_rtd_theme
|
|
# snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0,
|
|
# which causes errors in the build process. So we've limited the version for now.
|
|
snowballstemmer<4.0
|