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
7 changes: 4 additions & 3 deletions docs/user-guide/dream/workflow-widget-dream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"pbox = wfw.parameter_box\n",
"pbox.parameter_refresh_button.click()\n",
"# Set parameters\n",
"pbox._input_widgets[Filename[SampleRun]].children[0].value = dream.data.simulated_diamond_sample()\n",
"pbox._input_widgets[Filename[VanadiumRun]].children[0].value = dream.data.simulated_vanadium_sample()\n",
"pbox._input_widgets[Filename[SampleRun]].children[0].value = str(dream.data.simulated_diamond_sample())\n",
"pbox._input_widgets[Filename[VanadiumRun]].children[0].value = str(dream.data.simulated_vanadium_sample())\n",
"pbox._input_widgets[InstrumentConfiguration].value = InstrumentConfiguration.high_flux\n",
"pbox._input_widgets[DspacingBins].fields[\"stop\"].value = 2.3434\n",
"# Run the workflow\n",
Expand Down Expand Up @@ -135,7 +135,8 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3"
"pygments_lexer": "ipython3",
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.11"
# Make sure to list one dependency per line.
dependencies = [
"dask>=2022.1.0",
"essreduce>=25.07.0",
"essreduce>=25.10.1",
"graphviz",
"numpy>=1.25",
"plopp>=25.07.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
dask>=2022.1.0
essreduce>=25.07.0
essreduce>=25.10.1
graphviz
numpy>=1.25
plopp>=25.07.0
Expand Down
58 changes: 29 additions & 29 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:14c6bcb4e6d6485d81209545674ad66d2bd9f82f
# SHA1:dafd19c2a4469467ec27644d1e4d28d14f6e4e7b
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -9,7 +9,7 @@ annotated-types==0.7.0
# via pydantic
asttokens==3.0.0
# via stack-data
click==8.2.1
click==8.3.0
# via dask
cloudpickle==3.1.1
# via dask
Expand All @@ -21,35 +21,35 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
dask==2025.7.0
dask==2025.9.1
# via -r base.in
decorator==5.2.1
# via ipython
dnspython==2.7.0
dnspython==2.8.0
# via email-validator
email-validator==2.2.0
email-validator==2.3.0
# via scippneutron
essreduce==25.7.1
essreduce==25.10.1
# via -r base.in
executing==2.2.0
executing==2.2.1
# via stack-data
fonttools==4.59.0
fonttools==4.60.1
# via matplotlib
fsspec==2025.7.0
fsspec==2025.9.0
# via dask
graphviz==0.21
# via -r base.in
h5py==3.14.0
h5py==3.15.0
# via
# scippneutron
# scippnexus
idna==3.10
idna==3.11
# via email-validator
importlib-metadata==8.7.0
# via dask
ipydatawidgets==4.3.5
# via pythreejs
ipython==9.4.0
ipython==9.6.0
# via ipywidgets
ipython-pygments-lexers==1.1.1
# via ipython
Expand All @@ -61,7 +61,7 @@ jedi==0.19.2
# via ipython
jupyterlab-widgets==3.0.15
# via ipywidgets
kiwisolver==1.4.8
kiwisolver==1.4.9
# via matplotlib
lazy-loader==0.4
# via
Expand All @@ -70,17 +70,17 @@ lazy-loader==0.4
# tof
locket==1.0.0
# via partd
matplotlib==3.10.5
matplotlib==3.10.7
# via
# mpltoolbox
# plopp
matplotlib-inline==0.1.7
# via ipython
mpltoolbox==25.5.0
mpltoolbox==25.10.0
# via scippneutron
networkx==3.5
# via cyclebane
numpy==2.3.2
numpy==2.3.3
# via
# -r base.in
# contourpy
Expand All @@ -96,34 +96,34 @@ packaging==25.0
# dask
# lazy-loader
# matplotlib
parso==0.8.4
parso==0.8.5
# via jedi
partd==1.4.2
# via dask
pexpect==4.9.0
# via ipython
pillow==11.3.0
# via matplotlib
plopp==25.7.1
plopp==25.10.0
# via
# -r base.in
# scippneutron
# tof
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pydantic==2.11.7
pydantic==2.12.1
# via scippneutron
pydantic-core==2.33.2
pydantic-core==2.41.3
# via pydantic
pygments==2.19.2
# via
# ipython
# ipython-pygments-lexers
pyparsing==3.2.3
pyparsing==3.2.5
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand All @@ -132,9 +132,9 @@ python-dateutil==2.9.0.post0
# scippnexus
pythreejs==2.4.2
# via -r base.in
pyyaml==6.0.2
pyyaml==6.0.3
# via dask
sciline==25.5.2
sciline==25.8.0
# via
# -r base.in
# essreduce
Expand All @@ -154,7 +154,7 @@ scippnexus==25.6.0
# -r base.in
# essreduce
# scippneutron
scipy==1.16.1
scipy==1.16.2
# via
# scippneutron
# scippnexus
Expand All @@ -163,7 +163,7 @@ six==1.17.0
# via python-dateutil
stack-data==0.6.3
# via ipython
tof==25.5.0
tof==25.10.1
# via -r base.in
toolz==1.0.0
# via
Expand All @@ -178,16 +178,16 @@ traitlets==5.14.3
# traittypes
traittypes==0.2.1
# via ipydatawidgets
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# ipython
# pydantic
# pydantic-core
# sciline
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
widgetsnbextension==4.0.14
# via ipywidgets
Expand Down
28 changes: 14 additions & 14 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
#
asttokens==3.0.0
# via stack-data
certifi==2025.8.3
certifi==2025.10.5
# via requests
charset-normalizer==3.4.2
charset-normalizer==3.4.4
# via requests
comm==0.2.3
# via ipywidgets
decorator==5.2.1
# via ipython
executing==2.2.0
executing==2.2.1
# via stack-data
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
# via pytest
ipython==9.4.0
ipython==9.6.0
# via ipywidgets
ipython-pygments-lexers==1.1.1
# via ipython
Expand All @@ -33,25 +33,25 @@ jupyterlab-widgets==3.0.15
# via ipywidgets
matplotlib-inline==0.1.7
# via ipython
numpy==2.3.2
numpy==2.3.3
# via pandas
packaging==25.0
# via
# pooch
# pytest
pandas==2.3.1
pandas==2.3.3
# via -r basetest.in
parso==0.8.4
parso==0.8.5
# via jedi
pexpect==4.9.0
# via ipython
platformdirs==4.3.8
platformdirs==4.5.0
# via pooch
pluggy==1.6.0
# via pytest
pooch==1.8.2
# via -r basetest.in
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -62,13 +62,13 @@ pygments==2.19.2
# ipython
# ipython-pygments-lexers
# pytest
pytest==8.4.1
pytest==8.4.2
# via -r basetest.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2025.2
# via pandas
requests==2.32.4
requests==2.32.5
# via pooch
six==1.17.0
# via python-dateutil
Expand All @@ -79,13 +79,13 @@ traitlets==5.14.3
# ipython
# ipywidgets
# matplotlib-inline
typing-extensions==4.14.1
typing-extensions==4.15.0
# via ipython
tzdata==2025.2
# via pandas
urllib3==2.5.0
# via requests
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
widgetsnbextension==4.0.14
# via ipywidgets
20 changes: 10 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,48 @@
#
# requirements upgrade
#
cachetools==6.1.0
cachetools==6.2.1
# via tox
certifi==2025.8.3
certifi==2025.10.5
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.2
charset-normalizer==3.4.4
# via requests
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.20.0
# via
# tox
# virtualenv
gitdb==4.0.12
# via gitpython
gitpython==3.1.45
# via -r ci.in
idna==3.10
idna==3.11
# via requests
packaging==25.0
# via
# -r ci.in
# pyproject-api
# tox
platformdirs==4.3.8
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
requests==2.32.4
requests==2.32.5
# via -r ci.in
smmap==5.0.2
# via gitdb
tox==4.28.4
tox==4.31.0
# via -r ci.in
urllib3==2.5.0
# via requests
virtualenv==20.33.1
virtualenv==20.35.3
# via tox
Loading
Loading