-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tasks to be up to date with uv. Fix doc configuration.
Update reference to clf io repository.
- Loading branch information
1 parent
2bcb82f
commit f177fd2
Showing
4 changed files
with
79 additions
and
76 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 |
---|---|---|
@@ -1,50 +1,42 @@ | ||
accessible-pygments==0.0.4 ; python_version >= "3.9" and python_version < "3.13" | ||
alabaster==0.7.13 ; python_version >= "3.9" and python_version < "3.13" | ||
babel==2.14.0 ; python_version >= "3.9" and python_version < "3.13" | ||
beautifulsoup4==4.12.2 ; python_version >= "3.9" and python_version < "3.13" | ||
biblib-simple==0.1.2 ; python_version >= "3.9" and python_version < "3.13" | ||
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "3.13" | ||
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13" | ||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" | ||
colour-science==0.4.4 ; python_version >= "3.9" and python_version < "3.13" | ||
contourpy==1.2.0 ; python_version >= "3.9" and python_version < "3.13" | ||
cycler==0.12.1 ; python_version >= "3.9" and python_version < "3.13" | ||
docutils==0.20.1 ; python_version >= "3.9" and python_version < "3.13" | ||
fonttools==4.46.0 ; python_version >= "3.9" and python_version < "3.13" | ||
idna==3.6 ; python_version >= "3.9" and python_version < "3.13" | ||
imageio==2.33.1 ; python_version >= "3.9" and python_version < "3.13" | ||
imagesize==1.4.1 ; python_version >= "3.9" and python_version < "3.13" | ||
importlib-metadata==7.0.0 ; python_version >= "3.9" and python_version < "3.10" | ||
importlib-resources==6.1.1 ; python_version >= "3.9" and python_version < "3.10" | ||
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "3.13" | ||
kiwisolver==1.4.5 ; python_version >= "3.9" and python_version < "3.13" | ||
latexcodec==2.0.1 ; python_version >= "3.9" and python_version < "3.13" | ||
markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "3.13" | ||
matplotlib==3.8.2 ; python_version >= "3.9" and python_version < "3.13" | ||
numpy==1.26.2 ; python_version >= "3.9" and python_version < "3.13" | ||
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pillow==10.1.0 ; python_version >= "3.9" and python_version < "3.13" | ||
pybtex==0.24.0 ; python_version >= "3.9" and python_version < "3.13" | ||
pybtex-docutils==1.0.3 ; python_version >= "3.9" and python_version < "3.13" | ||
pydata-sphinx-theme==0.14.4 ; python_version >= "3.9" and python_version < "3.13" | ||
pygments==2.17.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pyparsing==3.1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.13" | ||
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13" | ||
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13" | ||
restructuredtext-lint==1.4.0 ; python_version >= "3.9" and python_version < "3.13" | ||
scipy==1.11.4 ; python_version >= "3.9" and python_version < "3.13" | ||
six==1.16.0 ; python_version >= "3.9" and python_version < "3.13" | ||
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "3.13" | ||
soupsieve==2.5 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinx==7.2.6 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-applehelp==1.0.7 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-bibtex==2.6.1 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-devhelp==1.0.5 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-htmlhelp==2.0.4 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-qthelp==1.0.6 ; python_version >= "3.9" and python_version < "3.13" | ||
sphinxcontrib-serializinghtml==1.1.9 ; python_version >= "3.9" and python_version < "3.13" | ||
typing-extensions==4.9.0 ; python_version >= "3.9" and python_version < "3.13" | ||
urllib3==2.1.0 ; python_version >= "3.9" and python_version < "3.13" | ||
zipp==3.17.0 ; python_version >= "3.9" and python_version < "3.10" | ||
# This file was autogenerated by uv via the following command: | ||
# uv export --no-hashes --all-extras --no-dev | ||
accessible-pygments==0.0.5 | ||
alabaster==1.0.0 | ||
babel==2.16.0 | ||
beautifulsoup4==4.12.3 | ||
biblib-simple==0.1.2 | ||
certifi==2024.8.30 | ||
charset-normalizer==3.4.0 | ||
colorama==0.4.6 ; sys_platform == 'win32' | ||
docutils==0.21.2 | ||
idna==3.10 | ||
imagesize==1.4.1 | ||
jinja2==3.1.4 | ||
latexcodec==3.0.0 | ||
lxml==5.3.0 | ||
lxml-stubs==0.5.1 | ||
markupsafe==3.0.2 | ||
numpy==2.1.2 | ||
packaging==24.2 | ||
pybtex==0.24.0 | ||
pybtex-docutils==1.0.3 | ||
pydata-sphinx-theme==0.16.0 | ||
pygments==2.18.0 | ||
pyyaml==6.0.2 | ||
requests==2.32.3 | ||
restructuredtext-lint==1.4.0 | ||
setuptools==75.3.0 ; python_full_version >= '3.12' | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.6 | ||
sphinx==8.1.3 | ||
sphinxcontrib-applehelp==2.0.0 | ||
sphinxcontrib-bibtex==2.6.3 | ||
sphinxcontrib-devhelp==2.0.0 | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==2.0.0 | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
tomli==2.0.2 ; python_full_version < '3.11' | ||
typing-extensions==4.12.2 | ||
urllib3==2.2.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