Skip to content

Commit ebb643c

Browse files
committed
Bump required Scipp version
1 parent ad2e1e4 commit ebb643c

File tree

8 files changed

+32
-24
lines changed

8 files changed

+32
-24
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ numpy
99
plopp
1010
pythreejs
1111
sciline>=24.06.0
12-
scipp>=23.8.0
12+
scipp>=24.09.1
1313
scippneutron>=24.5.0
1414
scippnexus>=23.12.0

requirements/base.txt

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
1414
comm==0.2.2
1515
# via ipywidgets
16-
contourpy==1.2.1
16+
contourpy==1.3.0
1717
# via matplotlib
1818
cyclebane==24.6.0
1919
# via sciline
2020
cycler==0.12.1
2121
# via matplotlib
22-
dask==2024.8.1
22+
dask==2024.8.2
2323
# via -r base.in
2424
decorator==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
3032
fonttools==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
4044
ipydatawidgets==4.3.5
4145
# via pythreejs
42-
ipython==8.26.0
46+
ipython==8.27.0
4347
# via ipywidgets
4448
ipywidgets==8.1.5
4549
# via
@@ -49,7 +53,7 @@ jedi==0.19.1
4953
# via ipython
5054
jupyterlab-widgets==3.0.13
5155
# via ipywidgets
52-
kiwisolver==1.4.5
56+
kiwisolver==1.4.6
5357
# via matplotlib
5458
locket==1.0.0
5559
# via partd
@@ -63,7 +67,7 @@ mpltoolbox==24.5.1
6367
# via scippneutron
6468
networkx==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
110114
pyyaml==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
151155
traittypes==0.2.1
152156
# via ipydatawidgets
157+
typing-extensions==4.12.2
158+
# via ipython
153159
wcwidth==0.2.13
154160
# via prompt-toolkit
155161
widgetsnbextension==4.0.13
156162
# via ipywidgets
163+
zipp==3.20.1
164+
# via importlib-metadata

requirements/basetest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
certifi==2024.7.4
8+
certifi==2024.8.30
99
# via requests
1010
charset-normalizer==3.3.2
1111
# via requests
@@ -15,7 +15,7 @@ idna==3.8
1515
# via requests
1616
iniconfig==2.0.0
1717
# via pytest
18-
numpy==2.1.0
18+
numpy==2.1.1
1919
# via
2020
# -r basetest.in
2121
# pandas

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
cachetools==5.5.0
99
# via tox
10-
certifi==2024.7.4
10+
certifi==2024.8.30
1111
# via requests
1212
chardet==5.2.0
1313
# via tox

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ h11==0.14.0
4040
# via httpcore
4141
httpcore==1.0.5
4242
# via httpx
43-
httpx==0.27.0
43+
httpx==0.27.2
4444
# via jupyterlab
4545
isoduration==20.11.0
4646
# via jsonschema
@@ -67,7 +67,7 @@ jupyter-server==2.14.2
6767
# notebook-shim
6868
jupyter-server-terminals==0.5.3
6969
# via jupyter-server
70-
jupyterlab==4.2.4
70+
jupyterlab==4.2.5
7171
# via -r dev.in
7272
jupyterlab-server==2.27.3
7373
# via jupyterlab

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ beautifulsoup4==4.12.3
2424
# pydata-sphinx-theme
2525
bleach==6.1.0
2626
# via nbconvert
27-
certifi==2024.7.4
27+
certifi==2024.8.30
2828
# via requests
2929
charset-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
165165
sphinx-copybutton==0.5.2
166166
# via -r docs.in

requirements/nightly.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ cloudpickle==3.0.0
1414
# via dask
1515
comm==0.2.2
1616
# via ipywidgets
17-
contourpy==1.2.1
17+
contourpy==1.3.0
1818
# via matplotlib
1919
cyclebane==24.6.0
2020
# via sciline
2121
cycler==0.12.1
2222
# via matplotlib
23-
dask==2024.8.1
23+
dask==2024.8.2
2424
# via -r nightly.in
2525
decorator==5.1.1
2626
# via ipython
2727
essreduce @ 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
3131
fonttools==4.53.1
3232
# via matplotlib
@@ -42,7 +42,7 @@ importlib-metadata==8.4.0
4242
# via dask
4343
ipydatawidgets==4.3.5
4444
# via pythreejs
45-
ipython==8.26.0
45+
ipython==8.27.0
4646
# via ipywidgets
4747
ipywidgets==8.1.5
4848
# via
@@ -52,7 +52,7 @@ jedi==0.19.1
5252
# via ipython
5353
jupyterlab-widgets==3.0.13
5454
# via ipywidgets
55-
kiwisolver==1.4.5
55+
kiwisolver==1.4.6
5656
# via matplotlib
5757
locket==1.0.0
5858
# via partd
@@ -135,5 +135,5 @@ wcwidth==0.2.13
135135
# via prompt-toolkit
136136
widgetsnbextension==4.0.13
137137
# via ipywidgets
138-
zipp==3.20.0
138+
zipp==3.20.1
139139
# via importlib-metadata

0 commit comments

Comments
 (0)