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 @@ -41,9 +41,9 @@ dependencies = [
"pandas>=2.1.2",
"gemmi>=0.6.6",
"defusedxml>=0.7.1",
"bitshuffle>=0.5.2",
"msgpack>=1.0.8",
"tof>=25.12.1",
"bitshuffle>=0.5.2;os_name == 'posix'"
]

dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pooch>=1.5
pandas>=2.1.2
gemmi>=0.6.6
defusedxml>=0.7.1
bitshuffle>=0.5.2
msgpack>=1.0.8
tof>=25.12.1
bitshuffle>=0.5.2;os_name == 'posix'
22 changes: 13 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:f587b0729a7479dd1077a91433877224e995175b
# SHA1:4a430e06cfd011c7ff94e1985071c7b73750560a
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -7,7 +7,7 @@
#
annotated-types==0.7.0
# via pydantic
bitshuffle==0.5.2
bitshuffle==0.5.2 ; os_name == "posix"
# via -r base.in
certifi==2025.11.12
# via requests
Expand All @@ -23,9 +23,9 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
cython==3.2.2
cython==3.2.3
# via bitshuffle
dask==2025.11.0
dask==2025.12.0
# via -r base.in
defusedxml==0.7.1
# via -r base.in
Expand All @@ -35,7 +35,7 @@ email-validator==2.3.0
# via scippneutron
essreduce==25.12.1
# via -r base.in
fonttools==4.61.0
fonttools==4.61.1
# via matplotlib
fsspec==2025.12.0
# via dask
Expand All @@ -52,6 +52,8 @@ idna==3.11
# via
# email-validator
# requests
importlib-metadata==8.7.0
# via dask
kiwisolver==1.4.9
# via matplotlib
lazy-loader==0.4
Expand All @@ -61,7 +63,7 @@ lazy-loader==0.4
# tof
locket==1.0.0
# via partd
matplotlib==3.10.7
matplotlib==3.10.8
# via
# mpltoolbox
# plopp
Expand Down Expand Up @@ -125,7 +127,7 @@ sciline==25.11.1
# via
# -r base.in
# essreduce
scipp==25.11.0
scipp==25.12.0
# via
# -r base.in
# essreduce
Expand Down Expand Up @@ -158,10 +160,12 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
tzdata==2025.3
# via pandas
urllib3==2.6.1
urllib3==2.6.2
# via requests
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# requirements upgrade
#
cachetools==6.2.2
cachetools==6.2.4
# via tox
certifi==2025.11.12
# via requests
Expand All @@ -17,7 +17,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -46,7 +46,7 @@ smmap==5.0.2
# via gitdb
tox==4.32.0
# via -r ci.in
urllib3==2.6.1
urllib3==2.6.2
# via requests
virtualenv==20.35.4
# via tox
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,16 @@ jupyter-server==2.17.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.5.0
jupyterlab==4.5.1
# via -r dev.in
jupyterlab-server==2.28.0
# via jupyterlab
lark==1.3.1
# via rfc3987-syntax
notebook-shim==0.2.4
# via jupyterlab
overrides==7.7.0
# via jupyter-server
pip-compile-multi==3.2.2
# via -r dev.in
pip-tools==7.5.2
Expand Down
12 changes: 7 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ comm==0.2.3
# via
# ipykernel
# ipywidgets
debugpy==1.8.17
debugpy==1.8.19
# via ipykernel
decorator==5.2.1
# via ipython
Expand Down Expand Up @@ -77,7 +77,7 @@ jsonschema==4.25.1
# via nbformat
jsonschema-specifications==2025.9.1
# via jsonschema
jupyter-client==8.6.3
jupyter-client==8.7.0
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -163,15 +163,17 @@ referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
roman-numerals-py==3.1.0
roman-numerals==4.1.0
# via roman-numerals-py
roman-numerals-py==4.1.0
# via sphinx
rpds-py==0.30.0
# via
# jsonschema
# referencing
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
soupsieve==2.8.1
# via beautifulsoup4
sphinx==8.2.3
# via
Expand Down Expand Up @@ -205,7 +207,7 @@ stack-data==0.6.3
# via ipython
tinycss2==1.4.0
# via bleach
tornado==6.5.2
tornado==6.5.4
# via
# ipykernel
# jupyter-client
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# requirements upgrade
#
-r test.txt
librt==0.7.3
librt==0.7.4
# via mypy
mypy==1.19.0
mypy==1.19.1
# via -r mypy.in
mypy-extensions==1.1.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pooch>=1.5
pandas>=2.1.2
gemmi>=0.6.6
defusedxml>=0.7.1
bitshuffle>=0.5.2
msgpack>=1.0.8
tof>=25.12.1
bitshuffle>=0.5.2;os_name == 'posix'
pytest>=7.0
scipp
--index-url=https://pypi.anaconda.org/scipp-nightly-wheels/simple/
Expand Down
22 changes: 13 additions & 9 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:ffed931b80e632af913de357166a7bc05bb84e8c
# SHA1:b96d14f543449e35d860f235d9259b0b1504fb14
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -10,7 +10,7 @@

annotated-types==0.7.0
# via pydantic
bitshuffle==0.5.2
bitshuffle==0.5.2 ; os_name == "posix"
# via -r nightly.in
certifi==2025.11.12
# via requests
Expand All @@ -26,9 +26,9 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
cython==3.2.2
cython==3.2.3
# via bitshuffle
dask==2025.11.0
dask==2025.12.0
# via -r nightly.in
defusedxml==0.8.0rc2
# via -r nightly.in
Expand All @@ -38,7 +38,7 @@ email-validator==2.3.0
# via scippneutron
essreduce==25.12.1
# via -r nightly.in
fonttools==4.61.0
fonttools==4.61.1
# via matplotlib
fsspec==2025.12.0
# via dask
Expand All @@ -55,6 +55,8 @@ idna==3.11
# via
# email-validator
# requests
importlib-metadata==8.7.0
# via dask
iniconfig==2.3.0
# via pytest
kiwisolver==1.4.10rc0
Expand All @@ -66,7 +68,7 @@ lazy-loader==0.4
# tof
locket==1.0.0
# via partd
matplotlib==3.10.7
matplotlib==3.10.8
# via
# mpltoolbox
# plopp
Expand Down Expand Up @@ -149,7 +151,7 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
# -r nightly.in
# essreduce
# scippneutron
scipy==1.16.3
scipy==1.17.0rc1
# via
# scippneutron
# scippnexus
Expand All @@ -168,10 +170,12 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
tzdata==2025.3
# via pandas
urllib3==2.6.1
urllib3==2.6.2
# via requests
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
4 changes: 2 additions & 2 deletions requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ cfgv==3.5.0
# via pre-commit
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via virtualenv
identify==2.6.15
# via pre-commit
nodeenv==1.9.1
# via pre-commit
platformdirs==4.5.1
# via virtualenv
pre-commit==4.5.0
pre-commit==4.5.1
# via -r static.in
pyyaml==6.0.3
# via pre-commit
Expand Down
Loading