Skip to content

Commit

Permalink
Merge pull request #987 from gchq/chore/uv-lock-autoupdate
Browse files Browse the repository at this point in the history
chore(deps): autoupdate uv.lock
  • Loading branch information
rg936672 authored Feb 24, 2025
2 parents bf1c62d + 4450058 commit d6f481e
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 342 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test = [
# Compile documentation
doc = [
"furo>=2024",
"sphinx>=7",
"sphinx>=7, !=8.2.1",
"sphinx-autodoc-typehints>=2",
"sphinx-toolbox>=3",
"sphinxcontrib-bibtex>=2",
Expand Down
28 changes: 14 additions & 14 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# uv export --frozen --format requirements-txt --no-hashes --no-dev --no-editable --extra doc --output-file requirements-doc.txt
.
absl-py==2.1.0
alabaster==0.7.16 ; python_full_version < '3.10'
alabaster==1.0.0 ; python_full_version >= '3.10'
alabaster==0.7.16 ; python_full_version != '3.10.*'
alabaster==1.0.0 ; python_full_version == '3.10.*'
apeye==1.4.1
apeye-core==1.1.5
attrs==25.1.0
Expand All @@ -29,7 +29,7 @@ flax==0.10.3 ; python_full_version >= '3.10'
fsspec==2025.2.0
furo==2024.8.6
html5lib==1.1
humanize==4.12.0
humanize==4.12.1
idna==3.10
imagesize==1.4.1
importlib-metadata==8.6.1 ; python_full_version < '3.10'
Expand Down Expand Up @@ -70,27 +70,27 @@ pyyaml==6.0.2
referencing==0.36.2
requests==2.32.3
rich==13.9.4
rpds-py==0.22.3
rpds-py==0.23.1
ruamel-yaml==0.18.10
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
scikit-learn==1.6.1
scipy==1.13.1 ; python_full_version < '3.10'
scipy==1.15.1 ; python_full_version >= '3.10'
scipy==1.15.2 ; python_full_version >= '3.10'
setuptools==75.8.0 ; python_full_version >= '3.12'
simplejson==3.20.1 ; python_full_version >= '3.10'
six==1.17.0
snowballstemmer==2.2.0
soupsieve==2.6
sphinx==7.4.7 ; python_full_version < '3.10'
sphinx==8.1.3 ; python_full_version >= '3.10'
sphinx-autodoc-typehints==2.3.0 ; python_full_version < '3.10'
sphinx-autodoc-typehints==3.0.1 ; python_full_version >= '3.10'
sphinx==7.4.7 ; python_full_version != '3.10.*'
sphinx==8.1.3 ; python_full_version == '3.10.*'
sphinx-autodoc-typehints==2.3.0 ; python_full_version != '3.10.*'
sphinx-autodoc-typehints==3.0.1 ; python_full_version == '3.10.*'
sphinx-basic-ng==1.0.0b2
sphinx-jinja2-compat==0.3.0
sphinx-prompt==1.8.0 ; python_full_version < '3.10'
sphinx-prompt==1.9.0 ; python_full_version >= '3.10'
sphinx-prompt==1.8.0 ; python_full_version != '3.10.*'
sphinx-prompt==1.9.0 ; python_full_version == '3.10.*'
sphinx-tabs==3.4.5
sphinx-toolbox==3.8.2
sphinx-toolbox==3.8.3
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-bibtex==2.6.3
sphinxcontrib-devhelp==2.0.0
Expand All @@ -102,12 +102,12 @@ sphobjinv==2.3.1.2
standard-imghdr==3.10.14 ; python_full_version >= '3.13'
tabulate==0.9.0
tensorstore==0.1.69 ; python_full_version < '3.10'
tensorstore==0.1.71 ; python_full_version >= '3.10'
tensorstore==0.1.72 ; python_full_version >= '3.10'
threadpoolctl==3.5.0
tomli==2.2.1 ; python_full_version < '3.11'
toolz==1.0.0
tqdm==4.67.1
treescope==0.1.8 ; python_full_version >= '3.10'
treescope==0.1.9 ; python_full_version >= '3.10'
typing-extensions==4.12.2
urllib3==2.3.0
wadler-lindig==0.1.3 ; python_full_version >= '3.10'
Expand Down
Loading

0 comments on commit d6f481e

Please sign in to comment.