File tree Expand file tree Collapse file tree 8 files changed +32
-24
lines changed Expand file tree Collapse file tree 8 files changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
3737 " plopp" ,
3838 " pythreejs" ,
3939 " sciline>=24.06.0" ,
40- " scipp>=23.8.0 " ,
40+ " scipp>=24.09.1 " , # Fixed new hist/bin API
4141 " scippneutron>=24.5.0" ,
4242 " scippnexus>=23.12.0" ,
4343]
Original file line number Diff line number Diff line change 99plopp
1010pythreejs
1111sciline>=24.06.0
12- scipp>=23.8.0
12+ scipp>=24.09.1
1313scippneutron>=24.5.0
1414scippnexus>=23.12.0
Original file line number Diff line number Diff line change 1- # SHA1:2ff97b6a96b750574b258e7cfc322df8621ef521
1+ # SHA1:6ce1bbccfc85ced70dedc62a2266b339f1e7c814
22#
33# This file is autogenerated by pip-compile-multi
44# To update, run:
@@ -13,19 +13,21 @@ cloudpickle==3.0.0
1313 # via dask
1414comm==0.2.2
1515 # via ipywidgets
16- contourpy==1.2.1
16+ contourpy==1.3.0
1717 # via matplotlib
1818cyclebane==24.6.0
1919 # via sciline
2020cycler==0.12.1
2121 # via matplotlib
22- dask==2024.8.1
22+ dask==2024.8.2
2323 # via -r base.in
2424decorator==5.1.1
2525 # via ipython
26- essreduce==24.8.2
26+ essreduce==24.9.0
2727 # via -r base.in
28- executing==2.0.1
28+ exceptiongroup==1.2.2
29+ # via ipython
30+ executing==2.1.0
2931 # via stack-data
3032fonttools==4.53.1
3133 # via matplotlib
@@ -37,9 +39,11 @@ h5py==3.11.0
3739 # via
3840 # scippneutron
3941 # scippnexus
42+ importlib-metadata==8.4.0
43+ # via dask
4044ipydatawidgets==4.3.5
4145 # via pythreejs
42- ipython==8.26 .0
46+ ipython==8.27 .0
4347 # via ipywidgets
4448ipywidgets==8.1.5
4549 # via
@@ -49,7 +53,7 @@ jedi==0.19.1
4953 # via ipython
5054jupyterlab-widgets==3.0.13
5155 # via ipywidgets
52- kiwisolver==1.4.5
56+ kiwisolver==1.4.6
5357 # via matplotlib
5458locket==1.0.0
5559 # via partd
@@ -63,7 +67,7 @@ mpltoolbox==24.5.1
6367 # via scippneutron
6468networkx==3.3
6569 # via cyclebane
66- numpy==2.1.0
70+ numpy==2.1.1
6771 # via
6872 # -r base.in
6973 # contourpy
@@ -109,7 +113,7 @@ pythreejs==2.4.2
109113 # via -r base.in
110114pyyaml==6.0.2
111115 # via dask
112- sciline==24.6.2
116+ sciline==24.6.3
113117 # via
114118 # -r base.in
115119 # essreduce
@@ -150,7 +154,11 @@ traitlets==5.14.3
150154 # traittypes
151155traittypes==0.2.1
152156 # via ipydatawidgets
157+ typing-extensions==4.12.2
158+ # via ipython
153159wcwidth==0.2.13
154160 # via prompt-toolkit
155161widgetsnbextension==4.0.13
156162 # via ipywidgets
163+ zipp==3.20.1
164+ # via importlib-metadata
Original file line number Diff line number Diff line change 55#
66# pip-compile-multi
77#
8- certifi==2024.7.4
8+ certifi==2024.8.30
99 # via requests
1010charset-normalizer==3.3.2
1111 # via requests
@@ -15,7 +15,7 @@ idna==3.8
1515 # via requests
1616iniconfig==2.0.0
1717 # via pytest
18- numpy==2.1.0
18+ numpy==2.1.1
1919 # via
2020 # -r basetest.in
2121 # pandas
Original file line number Diff line number Diff line change 77#
88cachetools==5.5.0
99 # via tox
10- certifi==2024.7.4
10+ certifi==2024.8.30
1111 # via requests
1212chardet==5.2.0
1313 # via tox
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ h11==0.14.0
4040 # via httpcore
4141httpcore==1.0.5
4242 # via httpx
43- httpx==0.27.0
43+ httpx==0.27.2
4444 # via jupyterlab
4545isoduration==20.11.0
4646 # via jsonschema
@@ -67,7 +67,7 @@ jupyter-server==2.14.2
6767 # notebook-shim
6868jupyter-server-terminals==0.5.3
6969 # via jupyter-server
70- jupyterlab==4.2.4
70+ jupyterlab==4.2.5
7171 # via -r dev.in
7272jupyterlab-server==2.27.3
7373 # via jupyterlab
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ beautifulsoup4==4.12.3
2424 # pydata-sphinx-theme
2525bleach==6.1.0
2626 # via nbconvert
27- certifi==2024.7.4
27+ certifi==2024.8.30
2828 # via requests
2929charset-normalizer==3.3.2
3030 # via requests
@@ -160,7 +160,7 @@ sphinx==8.0.2
160160 # sphinx-copybutton
161161 # sphinx-design
162162 # sphinxcontrib-bibtex
163- sphinx-autodoc-typehints==2.2.3
163+ sphinx-autodoc-typehints==2.3.0
164164 # via -r docs.in
165165sphinx-copybutton==0.5.2
166166 # via -r docs.in
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ cloudpickle==3.0.0
1414 # via dask
1515comm==0.2.2
1616 # via ipywidgets
17- contourpy==1.2.1
17+ contourpy==1.3.0
1818 # via matplotlib
1919cyclebane==24.6.0
2020 # via sciline
2121cycler==0.12.1
2222 # via matplotlib
23- dask==2024.8.1
23+ dask==2024.8.2
2424 # via -r nightly.in
2525decorator==5.1.1
2626 # via ipython
2727essreduce @ git+https://github.com/scipp/essreduce@main
2828 # via -r nightly.in
29- executing==2.0.1
29+ executing==2.1.0
3030 # via stack-data
3131fonttools==4.53.1
3232 # via matplotlib
@@ -42,7 +42,7 @@ importlib-metadata==8.4.0
4242 # via dask
4343ipydatawidgets==4.3.5
4444 # via pythreejs
45- ipython==8.26 .0
45+ ipython==8.27 .0
4646 # via ipywidgets
4747ipywidgets==8.1.5
4848 # via
@@ -52,7 +52,7 @@ jedi==0.19.1
5252 # via ipython
5353jupyterlab-widgets==3.0.13
5454 # via ipywidgets
55- kiwisolver==1.4.5
55+ kiwisolver==1.4.6
5656 # via matplotlib
5757locket==1.0.0
5858 # via partd
@@ -135,5 +135,5 @@ wcwidth==0.2.13
135135 # via prompt-toolkit
136136widgetsnbextension==4.0.13
137137 # via ipywidgets
138- zipp==3.20.0
138+ zipp==3.20.1
139139 # via importlib-metadata
You can’t perform that action at this time.
0 commit comments