Skip to content

Commit

Permalink
Merge pull request #991 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
tp832944 authored Mar 4, 2025
2 parents e8d122c + 4621fcc commit 558ec06
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 225 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# of dependencies being used (which would almost certainly have incompatibilities).
"equinox>=0.11.5", # Earlier versions are incompatible.
"flax>=0.8",
"jax>=0.4, !=0.5.0",
"jax>=0.4, !=0.5.*",
"jaxopt>=0.8",
"jaxtyping>0.2.31", # Earlier versions are incompatible.
"optax>=0.2",
Expand Down Expand Up @@ -72,7 +72,7 @@ test = [
# Compile documentation
doc = [
"furo>=2024",
"sphinx>=7, !=8.2.1",
"sphinx>=7, !=8.2.*",
"sphinx-autodoc-typehints>=2",
"sphinx-toolbox>=3",
"sphinxcontrib-bibtex>=2",
Expand Down
26 changes: 13 additions & 13 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 @@ -13,19 +13,19 @@ beautifulsoup4==4.13.3
cachecontrol==0.14.2
certifi==2025.1.31
charset-normalizer==3.4.1
chex==0.1.88
chex==0.1.89
colorama==0.4.6 ; sys_platform == 'win32'
cssutils==2.11.1
dict2css==0.3.0.post1
docutils==0.21.2
domdf-python-tools==3.10.0
equinox==0.11.10 ; python_full_version < '3.10'
equinox==0.11.11 ; python_full_version >= '3.10'
equinox==0.11.12 ; python_full_version >= '3.10'
etils==1.5.2 ; python_full_version < '3.10'
etils==1.12.0 ; python_full_version >= '3.10'
filelock==3.17.0
flax==0.8.5 ; python_full_version < '3.10'
flax==0.10.3 ; python_full_version >= '3.10'
flax==0.10.4 ; python_full_version >= '3.10'
fsspec==2025.2.0
furo==2024.8.6
html5lib==1.1
Expand Down Expand Up @@ -76,21 +76,21 @@ ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_impl
scikit-learn==1.6.1
scipy==1.13.1 ; python_full_version < '3.10'
scipy==1.15.2 ; python_full_version >= '3.10'
setuptools==75.8.0 ; python_full_version >= '3.12'
setuptools==75.8.2 ; 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.3
sphinx-toolbox==3.9.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-bibtex==2.6.3
sphinxcontrib-devhelp==2.0.0
Expand Down
Loading

0 comments on commit 558ec06

Please sign in to comment.