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 @@ -40,7 +40,7 @@ dependencies = [
"scipp>=25.05.1",
"scippneutron>=25.02.0",
"scippnexus>=23.12.0",
"tof>=25.01.2",
"tof>=25.11.1",
"ncrystal[cif]>=4.1.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ sciline>=25.04.1
scipp>=25.05.1
scippneutron>=25.02.0
scippnexus>=23.12.0
tof>=25.01.2
tof>=25.11.1
ncrystal[cif]>=4.1.0
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:8f1e1b4687077743a0cfc05ceff472829abb86db
# SHA1:211d5471bcbe9da722143b751c4a5cb05f6e5be4
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand Down Expand Up @@ -95,7 +95,7 @@ ncrystal-core==4.2.10
# via ncrystal
ncrystal-python==4.2.10
# via ncrystal
networkx==3.6
networkx==3.6.1
# via cyclebane
numpy==2.3.5
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ spglib==2.6.0
# via ncrystal
stack-data==0.6.3
# via ipython
tof==25.12.0
tof==25.12.1
# via -r base.in
toolz==1.1.0
# via
Expand All @@ -215,7 +215,7 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
urllib3==2.6.1
# via requests
wcwidth==0.2.14
# via prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pygments==2.19.2
# ipython
# ipython-pygments-lexers
# pytest
pytest==9.0.1
pytest==9.0.2
# via -r basetest.in
python-dateutil==2.9.0.post0
# via pandas
Expand All @@ -83,7 +83,7 @@ typing-extensions==4.15.0
# via ipython
tzdata==2025.2
# via pandas
urllib3==2.5.0
urllib3==2.6.1
# via requests
wcwidth==0.2.14
# via prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ smmap==5.0.2
# via gitdb
tox==4.32.0
# via -r ci.in
urllib3==2.5.0
urllib3==2.6.1
# via requests
virtualenv==20.35.4
# via tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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
2 changes: 1 addition & 1 deletion requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# requirements upgrade
#
-r test.txt
librt==0.6.3
librt==0.7.3
# via mypy
mypy==1.19.0
# via -r mypy.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ncrystal-core==4.2.10
# via ncrystal
ncrystal-python==4.2.10
# via ncrystal
networkx==3.6
networkx==3.6.1
# via cyclebane
numpy==2.4.0rc1
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ pygments==2.19.2
# pytest
pyparsing==3.3.0b1
# via matplotlib
pytest==9.0.1
pytest==9.0.2
# via -r nightly.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -198,7 +198,7 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
# -r nightly.in
# essreduce
# scippneutron
scipy==1.16.3
scipy==1.17.0rc1
# via
# ase
# scippneutron
Expand Down Expand Up @@ -235,7 +235,7 @@ typing-inspection==0.4.2
# via pydantic
tzdata==2025.2
# via pandas
urllib3==2.5.0
urllib3==2.6.1
# via requests
wcwidth==0.2.14
# via prompt-toolkit
Expand Down
Loading