From 17fc1dd56e56f3d3ac7e2ce7d6fa09a097d3e4bf Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Tue, 3 Feb 2026 10:18:39 +0100 Subject: [PATCH] deps: bump tof --- pyproject.toml | 2 +- requirements/base.in | 2 +- requirements/base.txt | 14 ++++-- requirements/basetest.in | 4 +- requirements/basetest.txt | 14 +++--- requirements/ci.txt | 4 +- requirements/dev.txt | 8 ++-- requirements/docs.in | 1 + requirements/docs.txt | 98 +++------------------------------------ requirements/mypy.txt | 2 +- requirements/nightly.in | 3 +- requirements/nightly.txt | 13 +++--- requirements/wheels.txt | 2 +- 13 files changed, 42 insertions(+), 125 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b8da3cb..b6f273c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pooch>=1.5", "pytest>=7.0", "scipy>=1.14", - "tof>=25.11.1", + "tof>=25.12.0", ] [project.scripts] diff --git a/requirements/base.in b/requirements/base.in index d85aecca..33654b4a 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -1,8 +1,8 @@ +numba # Anything above "--- END OF CUSTOM SECTION ---" # will not be touched by ``make_base.py`` # --- END OF CUSTOM SECTION --- # The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY! -numpy==2.3.5 sciline>=25.11.0 scipp>=25.04.0 scippneutron>=25.11.1 diff --git a/requirements/base.txt b/requirements/base.txt index 95953d7e..212f6834 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -# SHA1:c3a17c17017a1c0de6f3afffe72d4c66ee330965 +# SHA1:e7128390dfabeee8e327ca869511be2c09e4577e # # This file was generated by pip-compile-multi. # To update, run: @@ -31,6 +31,8 @@ lazy-loader==0.4 # via # plopp # scippneutron +llvmlite==0.46.0 + # via numba matplotlib==3.10.8 # via # mpltoolbox @@ -39,16 +41,18 @@ mpltoolbox==25.10.0 # via scippneutron networkx==3.6.1 # via cyclebane +numba==0.63.1 + # via -r base.in numpy==2.3.5 # via - # -r base.in # contourpy # h5py # matplotlib + # numba # scipp # scippneutron # scipy -packaging==25.0 +packaging==26.0 # via # lazy-loader # matplotlib @@ -60,7 +64,7 @@ pydantic==2.12.5 # via scippneutron pydantic-core==2.41.5 # via pydantic -pyparsing==3.3.1 +pyparsing==3.3.2 # via matplotlib python-dateutil==2.9.0.post0 # via @@ -68,7 +72,7 @@ python-dateutil==2.9.0.post0 # scippneutron sciline==25.11.1 # via -r base.in -scipp==26.1.1 +scipp==26.2.0 # via # -r base.in # scippneutron diff --git a/requirements/basetest.in b/requirements/basetest.in index 34ef234e..bf0dea0e 100644 --- a/requirements/basetest.in +++ b/requirements/basetest.in @@ -7,11 +7,11 @@ # will not be touched by ``make_base.py`` # --- END OF CUSTOM SECTION --- # The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY! -graphviz +graphviz>=0.20 ipywidgets>=8.1 matplotlib>=3.10.7 numba>=0.59 pooch>=1.5 pytest>=7.0 scipy>=1.14 -tof>=25.11.1 +tof>=25.12.0 diff --git a/requirements/basetest.txt b/requirements/basetest.txt index 30e4ee30..36a35ba9 100644 --- a/requirements/basetest.txt +++ b/requirements/basetest.txt @@ -1,4 +1,4 @@ -# SHA1:92dd5054863f7729730910922496d085afa7a6c3 +# SHA1:6a0fa610ac1990a2985233fb7db313a4a8d4ed88 # # This file was generated by pip-compile-multi. # To update, run: @@ -29,7 +29,7 @@ idna==3.11 # via requests iniconfig==2.3.0 # via pytest -ipython==9.9.0 +ipython==9.10.0 # via ipywidgets ipython-pygments-lexers==1.1.1 # via ipython @@ -62,7 +62,7 @@ numpy==2.3.5 # numba # scipp # scipy -packaging==25.0 +packaging==26.0 # via # lazy-loader # matplotlib @@ -80,7 +80,7 @@ plopp==25.11.0 # via tof pluggy==1.6.0 # via pytest -pooch==1.8.2 +pooch==1.9.0 # via # -r basetest.in # tof @@ -95,7 +95,7 @@ pygments==2.19.2 # ipython # ipython-pygments-lexers # pytest -pyparsing==3.3.1 +pyparsing==3.3.2 # via matplotlib pytest==9.0.2 # via -r basetest.in @@ -103,7 +103,7 @@ python-dateutil==2.9.0.post0 # via matplotlib requests==2.32.5 # via pooch -scipp==26.1.1 +scipp==26.2.0 # via tof scipy==1.17.0 # via -r basetest.in @@ -122,7 +122,7 @@ typing-extensions==4.15.0 # via ipython urllib3==2.6.3 # via requests -wcwidth==0.2.14 +wcwidth==0.5.3 # via prompt-toolkit widgetsnbextension==4.0.15 # via ipywidgets diff --git a/requirements/ci.txt b/requirements/ci.txt index 75ea55d3..20ed8164 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -5,7 +5,7 @@ # # requirements upgrade # -cachetools==6.2.4 +cachetools==7.0.0 # via tox certifi==2026.1.4 # via requests @@ -27,7 +27,7 @@ gitpython==3.1.46 # via -r ci.in idna==3.11 # via requests -packaging==25.0 +packaging==26.0 # via # -r ci.in # pyproject-api diff --git a/requirements/dev.txt b/requirements/dev.txt index 398818d1..9340ee05 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,7 +30,7 @@ click==8.3.1 # via # pip-compile-multi # pip-tools -copier==9.11.2 +copier==9.11.3 # via -r dev.in dunamai==1.25.0 # via copier @@ -69,7 +69,7 @@ jupyter-server==2.17.0 # notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server -jupyterlab==4.5.2 +jupyterlab==4.5.3 # via -r dev.in jupyterlab-server==2.28.0 # via jupyterlab @@ -87,7 +87,7 @@ plumbum==1.10.0 # via copier prometheus-client==0.24.1 # via jupyter-server -pycparser==2.23 +pycparser==3.0 # via cffi python-json-logger==4.0.0 # via jupyter-events @@ -119,7 +119,7 @@ webcolors==25.10.0 # via jsonschema websocket-client==1.9.0 # via jupyter-server -wheel==0.45.1 +wheel==0.46.3 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/docs.in b/requirements/docs.in index 411ae2bc..e43193dc 100644 --- a/requirements/docs.in +++ b/requirements/docs.in @@ -1,4 +1,5 @@ -r base.in +-r basetest.in autodoc-pydantic ipykernel ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells. diff --git a/requirements/docs.txt b/requirements/docs.txt index 862e44fc..26c6597d 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -# SHA1:ad050e4c74666f0c309d6ff8c80148c773f43b99 +# SHA1:f745fd0a17e6bb16d5685096d7ec0281f9a8811b # # This file was generated by pip-compile-multi. # To update, run: @@ -6,19 +6,18 @@ # requirements upgrade # -r base.txt +-r basetest.txt accessible-pygments==0.0.5 # via pydata-sphinx-theme alabaster==1.0.0 # via sphinx -asttokens==3.0.1 - # via stack-data attrs==25.4.0 # via # jsonschema # referencing autodoc-pydantic==2.2.0 # via -r docs.in -babel==2.17.0 +babel==2.18.0 # via # pydata-sphinx-theme # sphinx @@ -28,18 +27,8 @@ beautifulsoup4==4.14.3 # pydata-sphinx-theme bleach[css]==6.3.0 # via nbconvert -certifi==2026.1.4 - # via requests -charset-normalizer==3.4.4 - # via requests -comm==0.2.3 - # via - # ipykernel - # ipywidgets -debugpy==1.8.19 +debugpy==1.8.20 # via ipykernel -decorator==5.2.1 - # via ipython defusedxml==0.7.1 # via nbconvert docutils==0.22.4 @@ -48,27 +37,12 @@ docutils==0.22.4 # nbsphinx # pydata-sphinx-theme # sphinx -executing==2.2.1 - # via stack-data fastjsonschema==2.21.2 # via nbformat -graphviz==0.21 - # via -r docs.in imagesize==1.4.1 # via sphinx ipykernel==7.1.0 # via -r docs.in -ipython==9.9.0 - # via - # -r docs.in - # ipykernel - # ipywidgets -ipython-pygments-lexers==1.1.1 - # via ipython -ipywidgets==8.1.8 - # via -r docs.in -jedi==0.19.2 - # via ipython jinja2==3.1.6 # via # myst-parser @@ -92,10 +66,6 @@ jupyter-core==5.9.1 # nbformat jupyterlab-pygments==0.3.0 # via nbconvert -jupyterlab-widgets==3.0.16 - # via ipywidgets -llvmlite==0.46.0 - # via numba markdown-it-py==4.0.0 # via # mdit-py-plugins @@ -104,10 +74,6 @@ markupsafe==3.0.3 # via # jinja2 # nbconvert -matplotlib-inline==0.2.1 - # via - # ipykernel - # ipython mdit-py-plugins==0.5.0 # via myst-parser mdurl==0.1.2 @@ -118,7 +84,7 @@ myst-parser==5.0.0 # via -r docs.in nbclient==0.10.4 # via nbconvert -nbconvert==7.16.6 +nbconvert==7.17.0 # via nbsphinx nbformat==5.10.4 # via @@ -129,40 +95,14 @@ nbsphinx==0.9.8 # via -r docs.in nest-asyncio==1.6.0 # via ipykernel -numba==0.63.1 - # via -r docs.in pandocfilters==1.5.1 # via nbconvert -parso==0.8.5 - # via jedi -pexpect==4.9.0 - # via ipython -platformdirs==4.5.1 - # via - # jupyter-core - # pooch -pooch==1.8.2 - # via tof -prompt-toolkit==3.0.52 - # via ipython -psutil==7.2.1 +psutil==7.2.2 # via ipykernel -ptyprocess==0.7.0 - # via pexpect -pure-eval==0.2.3 - # via stack-data pydantic-settings==2.12.0 # via autodoc-pydantic pydata-sphinx-theme==0.16.1 # via -r docs.in -pygments==2.19.2 - # via - # accessible-pygments - # ipython - # ipython-pygments-lexers - # nbconvert - # pydata-sphinx-theme - # sphinx python-dotenv==1.2.1 # via pydantic-settings pyyaml==6.0.3 @@ -175,10 +115,6 @@ referencing==0.37.0 # via # jsonschema # jsonschema-specifications -requests==2.32.5 - # via - # pooch - # sphinx roman-numerals==4.1.0 # via sphinx rpds-py==0.30.0 @@ -217,35 +153,13 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -stack-data==0.6.3 - # via ipython tinycss2==1.4.0 # via bleach -tof==26.1.0 - # via -r docs.in tornado==6.5.4 # via # ipykernel # jupyter-client -traitlets==5.14.3 - # via - # ipykernel - # ipython - # ipywidgets - # jupyter-client - # jupyter-core - # matplotlib-inline - # nbclient - # nbconvert - # nbformat - # nbsphinx -urllib3==2.6.3 - # via requests -wcwidth==0.2.14 - # via prompt-toolkit webencodings==0.5.1 # via # bleach # tinycss2 -widgetsnbextension==4.0.15 - # via ipywidgets diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 2ee61c57..0f22723e 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -12,5 +12,5 @@ mypy==1.19.1 # via -r mypy.in mypy-extensions==1.1.0 # via mypy -pathspec==1.0.3 +pathspec==1.0.4 # via mypy diff --git a/requirements/nightly.in b/requirements/nightly.in index e6fc842f..ec6a7a62 100644 --- a/requirements/nightly.in +++ b/requirements/nightly.in @@ -1,8 +1,7 @@ # --- END OF CUSTOM SECTION --- # The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY! -numpy==2.3.5 -graphviz +graphviz>=0.20 ipywidgets>=8.1 matplotlib>=3.10.7 numba>=0.59 diff --git a/requirements/nightly.txt b/requirements/nightly.txt index ade9d501..603db47b 100644 --- a/requirements/nightly.txt +++ b/requirements/nightly.txt @@ -1,4 +1,4 @@ -# SHA1:20f1259d803739d336bd1856f1b91530127ff1c8 +# SHA1:6faba89011ee37f90d9edf5a3fe4ccb41ac73080 # # This file was generated by pip-compile-multi. # To update, run: @@ -48,7 +48,7 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -ipython==9.9.0 +ipython==9.10.0 # via ipywidgets ipython-pygments-lexers==1.1.1 # via ipython @@ -82,7 +82,6 @@ numba==0.63.1 # via -r nightly.in numpy==2.3.5 # via - # -r nightly.in # contourpy # h5py # matplotlib @@ -90,7 +89,7 @@ numpy==2.3.5 # scipp # scippneutron # scipy -packaging==26.0rc3 +packaging==26.0 # via # lazy-loader # matplotlib @@ -110,7 +109,7 @@ plopp==25.11.0 # tof pluggy==1.6.0 # via pytest -pooch==1.8.2 +pooch==1.9.0 # via # -r nightly.in # tof @@ -129,7 +128,7 @@ pygments==2.19.2 # ipython # ipython-pygments-lexers # pytest -pyparsing==3.3.1 +pyparsing==3.3.2 # via matplotlib pytest==9.0.2 # via -r nightly.in @@ -179,7 +178,7 @@ typing-inspection==0.4.2 # via pydantic urllib3==2.6.3 # via requests -wcwidth==0.2.14 +wcwidth==0.5.3 # via prompt-toolkit widgetsnbextension==4.0.15 # via ipywidgets diff --git a/requirements/wheels.txt b/requirements/wheels.txt index 3e37dfed..0d70d60c 100644 --- a/requirements/wheels.txt +++ b/requirements/wheels.txt @@ -7,7 +7,7 @@ # build==1.4.0 # via -r wheels.in -packaging==25.0 +packaging==26.0 # via build pyproject-hooks==1.2.0 # via build