-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: migrate requirement files to PEP 735 dependency groups
- Loading branch information
1 parent
5f7d5fb
commit bc03322
Showing
12 changed files
with
175 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ sphinx: | |
|
||
python: | ||
install: | ||
- requirements: requirements/docs.txt | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
. | ||
sphinx>=7.2.6 | ||
sphinx-autobuild>=2021.3.14 | ||
sphinx_rtd_theme>=2.0.0 | ||
jinja2>=3.1.2 | ||
markupsafe>=2.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile docs/requirements.in | ||
alabaster==1.0.0 | ||
# via sphinx | ||
anyio==4.6.2.post1 | ||
# via | ||
# starlette | ||
# watchfiles | ||
babel==2.16.0 | ||
# via sphinx | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
click==8.1.7 | ||
# via uvicorn | ||
. | ||
# via -r docs/requirements.in | ||
colorama==0.4.6 | ||
# via sphinx-autobuild | ||
colorspacious==1.1.2 | ||
# via cmasher | ||
contourpy==1.3.0 | ||
# via matplotlib | ||
cycler==0.12.1 | ||
# via matplotlib | ||
docutils==0.21.2 | ||
# via | ||
# sphinx | ||
# sphinx-rtd-theme | ||
fonttools==4.54.1 | ||
# via matplotlib | ||
h11==0.14.0 | ||
# via uvicorn | ||
idna==3.10 | ||
# via | ||
# anyio | ||
# requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
jinja2==3.1.4 | ||
# via | ||
# -r docs/requirements.in | ||
# sphinx | ||
kiwisolver==1.4.7 | ||
# via matplotlib | ||
markupsafe==3.0.2 | ||
# via | ||
# -r docs/requirements.in | ||
# jinja2 | ||
matplotlib==3.9.2 | ||
# via cmasher | ||
numpy==2.1.2 | ||
# via | ||
# cmasher | ||
# colorspacious | ||
# contourpy | ||
# matplotlib | ||
packaging==24.1 | ||
# via | ||
# matplotlib | ||
# sphinx | ||
pillow==11.0.0 | ||
# via matplotlib | ||
pygments==2.18.0 | ||
# via sphinx | ||
pyparsing==3.2.0 | ||
# via matplotlib | ||
python-dateutil==2.9.0.post0 | ||
# via matplotlib | ||
requests==2.32.3 | ||
# via sphinx | ||
six==1.16.0 | ||
# via python-dateutil | ||
sniffio==1.3.1 | ||
# via anyio | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==8.1.3 | ||
# via | ||
# -r docs/requirements.in | ||
# sphinx-autobuild | ||
# sphinx-rtd-theme | ||
# sphinxcontrib-jquery | ||
sphinx-autobuild==2024.10.3 | ||
# via -r docs/requirements.in | ||
sphinx-rtd-theme==3.0.1 | ||
# via -r docs/requirements.in | ||
sphinxcontrib-applehelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-devhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
# via sphinx | ||
sphinxcontrib-jquery==4.1 | ||
# via sphinx-rtd-theme | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
# via sphinx | ||
starlette==0.41.0 | ||
# via sphinx-autobuild | ||
urllib3==2.2.3 | ||
# via requests | ||
uvicorn==0.32.0 | ||
# via sphinx-autobuild | ||
watchfiles==0.24.0 | ||
# via sphinx-autobuild | ||
websockets==13.1 | ||
# via sphinx-autobuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters