From f037eba2a2c05d360e561475b5ebe3cb227e6700 Mon Sep 17 00:00:00 2001 From: Simon Heybrock Date: Wed, 4 Sep 2024 06:02:55 +0200 Subject: [PATCH] Bump Scipp version --- pyproject.toml | 2 +- requirements/base.in | 2 +- requirements/base.txt | 40 ++++++++++++++++++++++++--------------- requirements/basetest.txt | 4 ++-- requirements/ci.txt | 6 +++--- requirements/dev.txt | 6 +++--- requirements/docs.txt | 8 ++++---- requirements/mypy.txt | 2 +- requirements/nightly.txt | 32 ++++++++++++++++--------------- 9 files changed, 57 insertions(+), 45 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab307cf..97a504b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pythreejs", "orsopy", "sciline>=24.6.0", - "scipp>=23.8.0", + "scipp>=24.09.1", # Fixed new hist/bin API "scippneutron>=24.7.0", "essreduce", ] diff --git a/requirements/base.in b/requirements/base.in index 83a64e0..55f2b80 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -9,6 +9,6 @@ plopp pythreejs orsopy sciline>=24.6.0 -scipp>=23.8.0 +scipp>=24.09.1 scippneutron>=24.7.0 essreduce diff --git a/requirements/base.txt b/requirements/base.txt index 45f5bd2..547161f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -# SHA1:03305bbd69a8ade40d4806be66defcfa33bb2197 +# SHA1:c59f85e6dbc38ae7eeef3ce1e4f681c07f43ff24 # # This file is autogenerated by pip-compile-multi # To update, run: @@ -13,19 +13,21 @@ cloudpickle==3.0.0 # via dask comm==0.2.2 # via ipywidgets -contourpy==1.2.1 +contourpy==1.3.0 # via matplotlib cyclebane==24.6.0 # via sciline cycler==0.12.1 # via matplotlib -dask==2024.8.0 +dask==2024.8.2 # via -r base.in decorator==5.1.1 # via ipython -essreduce==24.8.0 +essreduce==24.9.0 # via -r base.in -executing==2.0.1 +exceptiongroup==1.2.2 + # via ipython +executing==2.1.0 # via stack-data fonttools==4.53.1 # via matplotlib @@ -37,19 +39,21 @@ h5py==3.11.0 # via # scippneutron # scippnexus +importlib-metadata==8.4.0 + # via dask ipydatawidgets==4.3.5 # via pythreejs -ipython==8.26.0 +ipython==8.27.0 # via ipywidgets -ipywidgets==8.1.3 +ipywidgets==8.1.5 # via # ipydatawidgets # pythreejs jedi==0.19.1 # via ipython -jupyterlab-widgets==3.0.11 +jupyterlab-widgets==3.0.13 # via ipywidgets -kiwisolver==1.4.5 +kiwisolver==1.4.6 # via matplotlib locket==1.0.0 # via partd @@ -63,7 +67,7 @@ mpltoolbox==24.5.1 # via scippneutron networkx==3.3 # via cyclebane -numpy==2.0.1 +numpy==2.1.1 # via # contourpy # h5py @@ -100,7 +104,7 @@ pure-eval==0.2.3 # via stack-data pygments==2.18.0 # via ipython -pyparsing==3.1.2 +pyparsing==3.1.4 # via matplotlib python-dateutil==2.9.0.post0 # via @@ -113,8 +117,10 @@ pyyaml==6.0.2 # via # dask # orsopy -sciline==24.6.2 - # via -r base.in +sciline==24.6.3 + # via + # -r base.in + # essreduce scipp==24.9.1 # via # -r base.in @@ -127,7 +133,7 @@ scippnexus==24.8.1 # via # essreduce # scippneutron -scipy==1.14.0 +scipy==1.14.1 # via # scippneutron # scippnexus @@ -151,7 +157,11 @@ traitlets==5.14.3 # traittypes traittypes==0.2.1 # via ipydatawidgets +typing-extensions==4.12.2 + # via ipython wcwidth==0.2.13 # via prompt-toolkit -widgetsnbextension==4.0.11 +widgetsnbextension==4.0.13 # via ipywidgets +zipp==3.20.1 + # via importlib-metadata diff --git a/requirements/basetest.txt b/requirements/basetest.txt index fef26a7..5259d8e 100644 --- a/requirements/basetest.txt +++ b/requirements/basetest.txt @@ -5,13 +5,13 @@ # # pip-compile-multi # -certifi==2024.7.4 +certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests exceptiongroup==1.2.2 # via pytest -idna==3.7 +idna==3.8 # via requests iniconfig==2.0.0 # via pytest diff --git a/requirements/ci.txt b/requirements/ci.txt index b0cd56c..07ac45f 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -5,9 +5,9 @@ # # pip-compile-multi # -cachetools==5.4.0 +cachetools==5.5.0 # via tox -certifi==2024.7.4 +certifi==2024.8.30 # via requests chardet==5.2.0 # via tox @@ -25,7 +25,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.43 # via -r ci.in -idna==3.7 +idna==3.8 # via requests packaging==24.1 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 3aa4ef6..5aad6e7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -40,7 +40,7 @@ h11==0.14.0 # via httpcore httpcore==1.0.5 # via httpx -httpx==0.27.0 +httpx==0.27.2 # via jupyterlab isoduration==20.11.0 # via jsonschema @@ -67,7 +67,7 @@ jupyter-server==2.14.2 # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterlab==4.2.4 +jupyterlab==4.2.5 # via -r dev.in jupyterlab-server==2.27.3 # via jupyterlab @@ -115,7 +115,7 @@ terminado==0.18.1 # jupyter-server-terminals toposort==1.10 # via pip-compile-multi -types-python-dateutil==2.9.0.20240316 +types-python-dateutil==2.9.0.20240821 # via arrow uri-template==1.3.0 # via jsonschema diff --git a/requirements/docs.txt b/requirements/docs.txt index fb05d8c..266054f 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -24,7 +24,7 @@ beautifulsoup4==4.12.3 # pydata-sphinx-theme bleach==6.1.0 # via nbconvert -certifi==2024.7.4 +certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests @@ -40,7 +40,7 @@ docutils==0.21.2 # sphinx fastjsonschema==2.20.0 # via nbformat -idna==3.7 +idna==3.8 # via requests imagesize==1.4.1 # via sphinx @@ -110,7 +110,7 @@ psutil==6.0.0 # via ipykernel pydata-sphinx-theme==0.15.4 # via -r docs.in -pyzmq==26.1.0 +pyzmq==26.2.0 # via # ipykernel # jupyter-client @@ -139,7 +139,7 @@ sphinx==8.0.2 # sphinx-autodoc-typehints # sphinx-copybutton # sphinx-design -sphinx-autodoc-typehints==2.2.3 +sphinx-autodoc-typehints==2.3.0 # via -r docs.in sphinx-copybutton==0.5.2 # via -r docs.in diff --git a/requirements/mypy.txt b/requirements/mypy.txt index e0374a1..c581580 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -6,7 +6,7 @@ # pip-compile-multi # -r test.txt -mypy==1.11.1 +mypy==1.11.2 # via -r mypy.in mypy-extensions==1.0.0 # via mypy diff --git a/requirements/nightly.txt b/requirements/nightly.txt index 93d9574..7d114d1 100644 --- a/requirements/nightly.txt +++ b/requirements/nightly.txt @@ -14,19 +14,19 @@ cloudpickle==3.0.0 # via dask comm==0.2.2 # via ipywidgets -contourpy==1.2.1 +contourpy==1.3.0 # via matplotlib cyclebane==24.6.0 # via sciline cycler==0.12.1 # via matplotlib -dask==2024.8.0 +dask==2024.8.2 # via -r nightly.in decorator==5.1.1 # via ipython -essreduce==24.8.0 +essreduce==24.9.0 # via -r nightly.in -executing==2.0.1 +executing==2.1.0 # via stack-data fonttools==4.53.1 # via matplotlib @@ -38,21 +38,21 @@ h5py==3.11.0 # via # scippneutron # scippnexus -importlib-metadata==8.2.0 +importlib-metadata==8.4.0 # via dask ipydatawidgets==4.3.5 # via pythreejs -ipython==8.26.0 +ipython==8.27.0 # via ipywidgets -ipywidgets==8.1.3 +ipywidgets==8.1.5 # via # ipydatawidgets # pythreejs jedi==0.19.1 # via ipython -jupyterlab-widgets==3.0.11 +jupyterlab-widgets==3.0.13 # via ipywidgets -kiwisolver==1.4.5 +kiwisolver==1.4.6 # via matplotlib locket==1.0.0 # via partd @@ -66,7 +66,7 @@ mpltoolbox==24.5.1 # via scippneutron networkx==3.3 # via cyclebane -numpy==2.0.1 +numpy==2.1.1 # via # contourpy # h5py @@ -99,7 +99,7 @@ pure-eval==0.2.3 # via stack-data pygments==2.18.0 # via ipython -pyparsing==3.1.2 +pyparsing==3.1.4 # via matplotlib python-dateutil==2.9.0.post0 # via @@ -113,7 +113,9 @@ pyyaml==6.0.2 # dask # orsopy sciline @ git+https://github.com/scipp/sciline@main - # via -r nightly.in + # via + # -r nightly.in + # essreduce scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl # via # -r nightly.in @@ -127,7 +129,7 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main # -r nightly.in # essreduce # scippneutron -scipy==1.14.0 +scipy==1.14.1 # via # scippneutron # scippnexus @@ -155,7 +157,7 @@ typing-extensions==4.12.2 # via ipython wcwidth==0.2.13 # via prompt-toolkit -widgetsnbextension==4.0.11 +widgetsnbextension==4.0.13 # via ipywidgets -zipp==3.20.0 +zipp==3.20.1 # via importlib-metadata