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 .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_commit: d704227
_src_path: gh:scipp/copier_template
description: Reflectometry data reduction for the European Spallation Source
max_python: '3.12'
max_python: '3.13'
min_python: '3.10'
namespace_package: ess
nightly_deps: plopp,sciline,scippneutron,scippnexus,scipp
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/amor/gui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"#%matplotlib qt"
"%matplotlib widget"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
Expand Down
16 changes: 9 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ cycler==0.12.1
# via matplotlib
dask==2025.2.0
# via -r base.in
decorator==5.1.1
decorator==5.2.1
# via ipython
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via scippneutron
essreduce==25.2.4
essreduce==25.3.0
# via -r base.in
exceptiongroup==1.2.2
# via ipython
Expand All @@ -57,7 +57,7 @@ ipydatagrid==1.4.0
# via -r base.in
ipydatawidgets==4.3.5
# via pythreejs
ipython==8.32.0
ipython==8.33.0
# via ipywidgets
ipytree==0.2.2
# via -r base.in
Expand All @@ -76,10 +76,12 @@ jupyterlab-widgets==3.0.13
kiwisolver==1.4.8
# via matplotlib
lazy-loader==0.4
# via scippneutron
# via
# plopp
# scippneutron
locket==1.0.0
# via partd
matplotlib==3.10.0
matplotlib==3.10.1
# via
# mpltoolbox
# plopp
Expand Down Expand Up @@ -122,7 +124,7 @@ pexpect==4.9.0
# via ipython
pillow==11.1.0
# via matplotlib
plopp==24.10.0
plopp==25.2.0
# via
# -r base.in
# scippneutron
Expand Down Expand Up @@ -167,7 +169,7 @@ scipp==25.2.0
# essreduce
# scippneutron
# scippnexus
scippneutron==25.2.0
scippneutron==25.2.1
# via
# -r base.in
# essreduce
Expand Down
2 changes: 1 addition & 1 deletion requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluggy==1.5.0
# via pytest
pooch==1.8.2
# via -r basetest.in
pytest==8.3.4
pytest==8.3.5
# via -r basetest.in
requests==2.32.3
# via pooch
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ requests==2.32.3
# via
# pooch
# sphinx
rpds-py==0.23.0
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand Down
10 changes: 5 additions & 5 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ cycler==0.12.1
# via matplotlib
dask==2025.2.0
# via -r nightly.in
decorator==5.1.1
decorator==5.2.1
# via ipython
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via scippneutron
essreduce==25.2.4
essreduce==25.3.0
# via -r nightly.in
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -72,7 +72,7 @@ ipydatagrid==1.4.0
# via -r nightly.in
ipydatawidgets==4.3.5
# via pythreejs
ipython==8.32.0
ipython==8.33.0
# via ipywidgets
ipytree==0.2.2
# via -r nightly.in
Expand All @@ -97,7 +97,7 @@ lazy-loader==0.4
# scippneutron
locket==1.0.0
# via partd
matplotlib==3.10.0
matplotlib==3.10.1
# via
# mpltoolbox
# plopp
Expand Down Expand Up @@ -169,7 +169,7 @@ pygments==2.19.1
# via ipython
pyparsing==3.2.1
# via matplotlib
pytest==8.3.4
pytest==8.3.5
# via -r nightly.in
python-dateutil==2.9.0.post0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ distlib==0.3.9
# via virtualenv
filelock==3.17.0
# via virtualenv
identify==2.6.7
identify==2.6.8
# via pre-commit
nodeenv==1.9.1
# via pre-commit
Expand Down
Loading
Loading