Skip to content

Commit a050d4f

Browse files
committed
Require sciline>=25.4.1
Needed for variadic Scope
1 parent a07792b commit a050d4f

File tree

8 files changed

+38
-33
lines changed

8 files changed

+38
-33
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"dask",
3535
"graphviz",
3636
"numpy<2.0",
37-
"sciline>=24.06.0",
37+
"sciline>=25.04.1",
3838
"scipp>=23.8.0",
3939
"scipy",
4040
"essreduce>=24.07.1",

Diff for: requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
dask
66
graphviz
77
numpy<2.0
8-
sciline>=24.06.0
8+
sciline>=25.04.1
99
scipp>=23.8.0
1010
scipy
1111
essreduce>=24.07.1

Diff for: requirements/base.txt

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:2d1e2dc31d122c4ecf021a05e727b29f8081d332
1+
# SHA1:1a84808659c56488b846ccfb55d65b93313e64b3
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -17,17 +17,17 @@ cyclebane==24.10.0
1717
# via sciline
1818
cycler==0.12.1
1919
# via matplotlib
20-
dask==2025.2.0
20+
dask==2025.3.0
2121
# via -r base.in
2222
dnspython==2.7.0
2323
# via email-validator
2424
email-validator==2.2.0
2525
# via scippneutron
26-
essreduce==25.3.1
26+
essreduce==25.4.1
2727
# via -r base.in
28-
fonttools==4.56.0
28+
fonttools==4.57.0
2929
# via matplotlib
30-
fsspec==2025.3.0
30+
fsspec==2025.3.2
3131
# via dask
3232
graphviz==0.20.3
3333
# via -r base.in
@@ -76,11 +76,11 @@ pillow==11.1.0
7676
# via matplotlib
7777
plopp==25.3.0
7878
# via scippneutron
79-
pydantic==2.10.6
79+
pydantic==2.11.3
8080
# via scippneutron
81-
pydantic-core==2.27.2
81+
pydantic-core==2.33.1
8282
# via pydantic
83-
pyparsing==3.2.1
83+
pyparsing==3.2.3
8484
# via matplotlib
8585
python-dateutil==2.9.0.post0
8686
# via
@@ -89,19 +89,19 @@ python-dateutil==2.9.0.post0
8989
# scippnexus
9090
pyyaml==6.0.2
9191
# via dask
92-
sciline==24.10.0
92+
sciline==25.4.1
9393
# via
9494
# -r base.in
9595
# essreduce
96-
scipp==25.3.0
96+
scipp==25.4.0
9797
# via
9898
# -r base.in
9999
# essreduce
100100
# scippneutron
101101
# scippnexus
102102
scippneutron==25.2.1
103103
# via essreduce
104-
scippnexus==24.11.1
104+
scippnexus==25.4.0
105105
# via
106106
# essreduce
107107
# scippneutron
@@ -116,9 +116,13 @@ toolz==1.0.0
116116
# via
117117
# dask
118118
# partd
119-
typing-extensions==4.12.2
119+
typing-extensions==4.13.1
120120
# via
121121
# pydantic
122122
# pydantic-core
123+
# sciline
124+
# typing-inspection
125+
typing-inspection==0.4.0
126+
# via pydantic
123127
zipp==3.21.0
124128
# via importlib-metadata

Diff for: requirements/ci.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ tomli==2.2.1
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.24.2
51+
tox==4.25.0
5252
# via -r ci.in
53-
typing-extensions==4.12.2
53+
typing-extensions==4.13.1
5454
# via tox
5555
urllib3==2.3.0
5656
# via requests
57-
virtualenv==20.29.3
57+
virtualenv==20.30.0
5858
# via tox

Diff for: requirements/dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ isoduration==20.11.0
4444
# via jsonschema
4545
jinja2-ansible-filters==1.3.2
4646
# via copier
47-
json5==0.10.0
47+
json5==0.12.0
4848
# via jupyterlab-server
4949
jsonpointer==3.0.0
5050
# via jsonschema
@@ -65,7 +65,7 @@ jupyter-server==2.15.0
6565
# notebook-shim
6666
jupyter-server-terminals==0.5.3
6767
# via jupyter-server
68-
jupyterlab==4.3.6
68+
jupyterlab==4.4.0
6969
# via -r dev.in
7070
jupyterlab-server==2.27.3
7171
# via jupyterlab

Diff for: requirements/docs.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ipydatawidgets==4.3.5
6060
# via pythreejs
6161
ipykernel==6.29.5
6262
# via -r docs.in
63-
ipython==8.34.0
63+
ipython==8.35.0
6464
# via
6565
# -r docs.in
6666
# ipykernel
@@ -160,9 +160,9 @@ pygments==2.19.1
160160
# sphinx
161161
pythreejs==2.4.2
162162
# via esssans
163-
pytz==2025.1
163+
pytz==2025.2
164164
# via pandas
165-
pyzmq==26.3.0
165+
pyzmq==26.4.0
166166
# via
167167
# ipykernel
168168
# jupyter-client
@@ -172,7 +172,7 @@ referencing==0.36.2
172172
# jsonschema-specifications
173173
requests==2.32.3
174174
# via sphinx
175-
rpds-py==0.23.1
175+
rpds-py==0.24.0
176176
# via
177177
# jsonschema
178178
# referencing
@@ -239,7 +239,7 @@ traitlets==5.14.3
239239
# traittypes
240240
traittypes==0.2.1
241241
# via ipydatawidgets
242-
tzdata==2025.1
242+
tzdata==2025.2
243243
# via pandas
244244
urllib3==2.3.0
245245
# via requests

Diff for: requirements/nightly.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ cyclebane==24.10.0
2020
# via sciline
2121
cycler==0.12.1
2222
# via matplotlib
23-
dask==2025.2.0
23+
dask==2025.3.0
2424
# via -r nightly.in
2525
dnspython==2.7.0
2626
# via email-validator
2727
email-validator==2.2.0
2828
# via scippneutron
29-
essreduce==25.3.1
29+
essreduce==25.4.1
3030
# via -r nightly.in
3131
exceptiongroup==1.2.2
3232
# via pytest
33-
fonttools==4.56.0
33+
fonttools==4.57.0
3434
# via matplotlib
35-
fsspec==2025.3.0
35+
fsspec==2025.3.2
3636
# via dask
3737
graphviz==0.20.3
3838
# via -r nightly.in
@@ -86,11 +86,11 @@ plopp==25.3.0
8686
# via scippneutron
8787
pluggy==1.5.0
8888
# via pytest
89-
pydantic==2.11.0b2
89+
pydantic==2.11.3
9090
# via scippneutron
91-
pydantic-core==2.32.0
91+
pydantic-core==2.33.1
9292
# via pydantic
93-
pyparsing==3.2.1
93+
pyparsing==3.2.3
9494
# via matplotlib
9595
pytest==8.3.5
9696
# via -r nightly.in
@@ -131,10 +131,11 @@ toolz==1.0.0
131131
# via
132132
# dask
133133
# partd
134-
typing-extensions==4.13.0rc1
134+
typing-extensions==4.13.1
135135
# via
136136
# pydantic
137137
# pydantic-core
138+
# sciline
138139
# typing-inspection
139140
typing-inspection==0.4.0
140141
# via pydantic

Diff for: requirements/static.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pre-commit==4.2.0
2121
# via -r static.in
2222
pyyaml==6.0.2
2323
# via pre-commit
24-
virtualenv==20.29.3
24+
virtualenv==20.30.0
2525
# via pre-commit

0 commit comments

Comments
 (0)