Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"scipp>=24.09.1", # Fixed new hist/bin API
"scippneutron>=24.10.0",
"scippnexus>=24.9.1",
"essreduce>=25.10.0",
"essreduce>=25.10.2",
"pandas>=2.1.2",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sciline>=24.6.0
scipp>=24.09.1
scippneutron>=24.10.0
scippnexus>=24.9.1
essreduce>=25.10.0
essreduce>=25.10.2
pandas>=2.1.2
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:ea4eb0862041433c90c4b8ac1b1cf7f7cd7f70eb
# SHA1:8d6f6741be43a1856d2a52aa2ce05d8e8110ee30
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -17,21 +17,21 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
dask==2025.9.1
dask==2025.10.0
# via -r base.in
dnspython==2.8.0
# via email-validator
email-validator==2.3.0
# via scippneutron
essreduce==25.10.0
essreduce==25.10.2
# via -r base.in
fonttools==4.60.1
# via matplotlib
fsspec==2025.9.0
fsspec==2025.10.0
# via dask
graphviz==0.21
# via -r base.in
h5py==3.15.0
h5py==3.15.1
# via
# scippneutron
# scippnexus
Expand All @@ -55,7 +55,7 @@ mpltoolbox==25.10.0
# via scippneutron
networkx==3.5
# via cyclebane
numpy==2.3.3
numpy==2.3.4
# via
# contourpy
# h5py
Expand All @@ -75,15 +75,15 @@ pandas==2.3.3
# via -r base.in
partd==1.4.2
# via dask
pillow==11.3.0
pillow==12.0.0
# via matplotlib
plopp==25.10.0
# via
# -r base.in
# scippneutron
pydantic==2.12.0
pydantic==2.12.3
# via scippneutron
pydantic-core==2.41.1
pydantic-core==2.41.4
# via pydantic
pyparsing==3.2.5
# via matplotlib
Expand Down Expand Up @@ -119,13 +119,13 @@ scippnexus==25.6.0
# -r base.in
# essreduce
# scippneutron
scipy==1.16.2
scipy==1.16.3
# via
# scippneutron
# scippnexus
six==1.17.0
# via python-dateutil
toolz==1.0.0
toolz==1.1.0
# via
# dask
# partd
Expand Down
4 changes: 2 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
idna==3.11
# via requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
packaging==25.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ certifi==2025.10.5
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -44,9 +44,9 @@ requests==2.32.5
# via -r ci.in
smmap==5.0.2
# via gitdb
tox==4.31.0
tox==4.32.0
# via -r ci.in
urllib3==2.5.0
# via requests
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ argon2-cffi==25.1.0
# via jupyter-server
argon2-cffi-bindings==25.1.0
# via argon2-cffi
arrow==1.3.0
arrow==1.4.0
# via isoduration
async-lru==2.0.5
# via jupyterlab
cffi==2.0.0
# via argon2-cffi-bindings
copier==9.10.2
copier==9.10.3
# via -r dev.in
dunamai==1.25.0
# via copier
Expand Down Expand Up @@ -65,11 +65,11 @@ jupyter-server==2.17.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.4.9
jupyterlab==4.4.10
# via -r dev.in
jupyterlab-server==2.27.3
jupyterlab-server==2.28.0
# via jupyterlab
lark==1.3.0
lark==1.3.1
# via rfc3987-syntax
notebook-shim==0.2.4
# via jupyterlab
Expand All @@ -79,7 +79,7 @@ pip-compile-multi==3.2.2
# via -r dev.in
pip-tools==7.5.1
# via pip-compile-multi
plumbum==1.9.0
plumbum==1.10.0
# via copier
prometheus-client==0.23.1
# via jupyter-server
Expand Down Expand Up @@ -109,11 +109,9 @@ terminado==0.18.1
# jupyter-server-terminals
toposort==1.10
# via pip-compile-multi
types-python-dateutil==2.9.0.20251008
# via arrow
uri-template==1.3.0
# via jsonschema
webcolors==24.11.1
webcolors==25.10.0
# via jsonschema
websocket-client==1.9.0
# via jupyter-server
Expand Down
26 changes: 13 additions & 13 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ beautifulsoup4==4.14.2
# via
# nbconvert
# pydata-sphinx-theme
bleach[css]==6.2.0
bleach[css]==6.3.0
# via nbconvert
bqplot==0.12.45
# via ipydatagrid
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
comm==0.2.3
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ imagesize==1.4.1
# via sphinx
ipydatagrid==1.4.0
# via -r docs.in
ipykernel==7.0.0
ipykernel==7.1.0
# via -r docs.in
ipympl==0.9.8
# via -r docs.in
Expand All @@ -76,7 +76,7 @@ ipython-pygments-lexers==1.1.1
# via ipython
ipytree==0.2.2
# via -r docs.in
ipywidgets==8.1.7
ipywidgets==8.1.8
# via
# -r docs.in
# bqplot
Expand All @@ -99,7 +99,7 @@ jupyter-client==8.6.3
# via
# ipykernel
# nbclient
jupyter-core==5.8.1
jupyter-core==5.9.1
# via
# ipykernel
# jupyter-client
Expand All @@ -108,7 +108,7 @@ jupyter-core==5.8.1
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-widgets==3.0.15
jupyterlab-widgets==3.0.16
# via ipywidgets
latexcodec==3.0.1
# via pybtex
Expand All @@ -120,7 +120,7 @@ markupsafe==3.0.3
# via
# jinja2
# nbconvert
matplotlib-inline==0.1.7
matplotlib-inline==0.2.1
# via
# ipykernel
# ipython
Expand Down Expand Up @@ -159,7 +159,7 @@ pooch==1.8.2
# via -r docs.in
prompt-toolkit==3.0.52
# via ipython
psutil==7.1.0
psutil==7.1.3
# via ipykernel
ptyprocess==0.7.0
# via pexpect
Expand All @@ -185,21 +185,21 @@ pygments==2.19.2
# nbconvert
# pydata-sphinx-theme
# sphinx
python-dotenv==1.1.1
python-dotenv==1.2.1
# via pydantic-settings
pyzmq==27.1.0
# via
# ipykernel
# jupyter-client
referencing==0.36.2
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
requests==2.32.5
# via
# pooch
# sphinx
rpds-py==0.27.1
rpds-py==0.28.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -261,7 +261,7 @@ traitlets==5.14.3
# nbformat
# nbsphinx
# traittypes
traittypes==0.2.1
traittypes==0.2.3
# via bqplot
urllib3==2.5.0
# via requests
Expand All @@ -271,5 +271,5 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
widgetsnbextension==4.0.14
widgetsnbextension==4.0.15
# via ipywidgets
2 changes: 1 addition & 1 deletion requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dask>=2022.1.0
python-dateutil
graphviz
orsopy>=1.2
essreduce>=25.10.0
essreduce>=25.10.2
pandas>=2.1.2
pytest>=7.0
pooch>=1.5
Expand Down
26 changes: 13 additions & 13 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:1a580a27b9ea4e80594dfbb949f1ec2ba987e779
# SHA1:bc4cf516bc2a50b9d42c8baa03b95ea4d7e54a3d
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -12,7 +12,7 @@ annotated-types==0.7.0
# via pydantic
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via dask
Expand All @@ -24,21 +24,21 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
dask==2025.9.1
dask==2025.10.0
# via -r nightly.in
dnspython==2.8.0
# via email-validator
email-validator==2.3.0
# via scippneutron
essreduce==25.10.0
essreduce==25.10.2
# via -r nightly.in
fonttools==4.60.1
# via matplotlib
fsspec==2025.9.0
fsspec==2025.10.0
# via dask
graphviz==0.21
# via -r nightly.in
h5py==3.15.0
h5py==3.15.1
# via
# scippneutron
# scippnexus
Expand All @@ -48,7 +48,7 @@ idna==3.11
# requests
importlib-metadata==8.7.0
# via dask
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
kiwisolver==1.4.10rc0
# via matplotlib
Expand All @@ -66,7 +66,7 @@ mpltoolbox==25.10.0
# via scippneutron
networkx==3.5
# via cyclebane
numpy==2.3.3
numpy==2.3.4
# via
# contourpy
# h5py
Expand All @@ -88,7 +88,7 @@ pandas==2.3.3
# via -r nightly.in
partd==1.4.2
# via dask
pillow==11.3.0
pillow==12.0.0
# via matplotlib
platformdirs==4.5.0
# via pooch
Expand All @@ -100,9 +100,9 @@ pluggy==1.6.0
# via pytest
pooch==1.8.2
# via -r nightly.in
pydantic==2.12.0
pydantic==2.12.3
# via scippneutron
pydantic-core==2.41.1
pydantic-core==2.41.4
# via pydantic
pygments==2.19.2
# via pytest
Expand Down Expand Up @@ -143,13 +143,13 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
# -r nightly.in
# essreduce
# scippneutron
scipy==1.16.2
scipy==1.16.3
# via
# scippneutron
# scippnexus
six==1.17.0
# via python-dateutil
toolz==1.0.0
toolz==1.1.0
# via
# dask
# partd
Expand Down
Loading
Loading