Skip to content

Commit 8d40104

Browse files
committed
Require sciline>=25.4.2
Needed for variadic Scope
1 parent e884922 commit 8d40104

File tree

8 files changed

+27
-28
lines changed

8 files changed

+27
-28
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.10"
3131
# Run 'tox -e deps' after making changes here. This will update requirement files.
3232
# Make sure to list one dependency per line.
3333
dependencies = [
34-
"sciline>=24.06.2",
34+
"sciline>=25.04.1",
3535
"scipp>=25.01.0",
3636
"scippneutron>=25.02.0",
3737
"scippnexus>=24.11.0",

requirements/base.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Anything above "--- END OF CUSTOM SECTION ---"
22
# will not be touched by ``make_base.py``
3-
# Numba, which is used in basetest, requires numpy<2.2
4-
numpy<2.2
53
# --- END OF CUSTOM SECTION ---
64
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
7-
sciline>=24.06.2
5+
sciline>=25.04.1
86
scipp>=25.01.0
97
scippneutron>=25.02.0
108
scippnexus>=24.11.0

requirements/base.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:bdbd868df28038a5e78614cb84a37acdf033872c
1+
# SHA1:082d6bf55d8a06cdc1dd3a0a78dd31c318c26424
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -17,7 +17,7 @@ dnspython==2.7.0
1717
# via email-validator
1818
email-validator==2.2.0
1919
# via scippneutron
20-
fonttools==4.56.0
20+
fonttools==4.57.0
2121
# via matplotlib
2222
h5py==3.13.0
2323
# via
@@ -39,9 +39,8 @@ mpltoolbox==24.5.1
3939
# via scippneutron
4040
networkx==3.4.2
4141
# via cyclebane
42-
numpy==2.1.3
42+
numpy==2.2.4
4343
# via
44-
# -r base.in
4544
# contourpy
4645
# h5py
4746
# matplotlib
@@ -57,9 +56,9 @@ pillow==11.1.0
5756
# via matplotlib
5857
plopp==25.3.0
5958
# via scippneutron
60-
pydantic==2.11.1
59+
pydantic==2.11.3
6160
# via scippneutron
62-
pydantic-core==2.33.0
61+
pydantic-core==2.33.1
6362
# via pydantic
6463
pyparsing==3.2.3
6564
# via matplotlib
@@ -68,7 +67,7 @@ python-dateutil==2.9.0.post0
6867
# matplotlib
6968
# scippneutron
7069
# scippnexus
71-
sciline==24.10.0
70+
sciline==25.4.1
7271
# via -r base.in
7372
scipp==25.4.0
7473
# via
@@ -87,10 +86,11 @@ scipy==1.15.2
8786
# scippnexus
8887
six==1.17.0
8988
# via python-dateutil
90-
typing-extensions==4.13.0
89+
typing-extensions==4.13.1
9190
# via
9291
# pydantic
9392
# pydantic-core
93+
# sciline
9494
# typing-inspection
9595
typing-inspection==0.4.0
9696
# via pydantic

requirements/basetest.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ exceptiongroup==1.2.2
2525
# pytest
2626
executing==2.2.0
2727
# via stack-data
28-
fonttools==4.56.0
28+
fonttools==4.57.0
2929
# via matplotlib
3030
idna==3.10
3131
# via requests
3232
importlib-resources==6.5.2
3333
# via tof
3434
iniconfig==2.1.0
3535
# via pytest
36-
ipython==8.34.0
36+
ipython==8.35.0
3737
# via ipywidgets
3838
ipywidgets==8.1.5
3939
# via -r basetest.in
@@ -51,9 +51,9 @@ matplotlib==3.10.1
5151
# via plopp
5252
matplotlib-inline==0.1.7
5353
# via ipython
54-
numba==0.61.0
54+
numba==0.61.2
5555
# via -r basetest.in
56-
numpy==2.1.3
56+
numpy==2.2.4
5757
# via
5858
# contourpy
5959
# matplotlib
@@ -116,7 +116,7 @@ traitlets==5.14.3
116116
# ipython
117117
# ipywidgets
118118
# matplotlib-inline
119-
typing-extensions==4.13.0
119+
typing-extensions==4.13.1
120120
# via ipython
121121
urllib3==2.3.0
122122
# via requests

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tomli==2.2.1
5050
# tox
5151
tox==4.25.0
5252
# via -r ci.in
53-
typing-extensions==4.13.0
53+
typing-extensions==4.13.1
5454
# via tox
5555
urllib3==2.3.0
5656
# via requests

requirements/dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ isoduration==20.11.0
4848
# via jsonschema
4949
jinja2-ansible-filters==1.3.2
5050
# via copier
51-
json5==0.11.0
51+
json5==0.12.0
5252
# via jupyterlab-server
5353
jsonpointer==3.0.0
5454
# via jsonschema
@@ -69,7 +69,7 @@ jupyter-server==2.15.0
6969
# notebook-shim
7070
jupyter-server-terminals==0.5.3
7171
# via jupyter-server
72-
jupyterlab==4.3.6
72+
jupyterlab==4.4.0
7373
# via -r dev.in
7474
jupyterlab-server==2.27.3
7575
# via jupyterlab

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ importlib-resources==6.5.2
6060
# via tof
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
@@ -154,7 +154,7 @@ pygments==2.19.1
154154
# sphinx
155155
pyyaml==6.0.2
156156
# via myst-parser
157-
pyzmq==26.3.0
157+
pyzmq==26.4.0
158158
# via
159159
# ipykernel
160160
# jupyter-client

requirements/nightly.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exceptiongroup==1.2.2
3838
# pytest
3939
executing==2.2.0
4040
# via stack-data
41-
fonttools==4.56.0
41+
fonttools==4.57.0
4242
# via matplotlib
4343
h5py==3.13.0
4444
# via
@@ -52,7 +52,7 @@ importlib-resources==6.5.2
5252
# via tof
5353
iniconfig==2.1.0
5454
# via pytest
55-
ipython==8.34.0
55+
ipython==8.35.0
5656
# via ipywidgets
5757
ipywidgets==8.1.5
5858
# via -r nightly.in
@@ -78,7 +78,7 @@ mpltoolbox==24.5.1
7878
# via scippneutron
7979
networkx==3.4.2
8080
# via cyclebane
81-
numba==0.61.1rc1
81+
numba==0.61.2
8282
# via -r nightly.in
8383
numpy==2.2.4
8484
# via
@@ -118,9 +118,9 @@ ptyprocess==0.7.0
118118
# via pexpect
119119
pure-eval==0.2.3
120120
# via stack-data
121-
pydantic==2.11.1
121+
pydantic==2.11.3
122122
# via scippneutron
123-
pydantic-core==2.33.0
123+
pydantic-core==2.33.1
124124
# via pydantic
125125
pygments==2.19.1
126126
# via ipython
@@ -169,11 +169,12 @@ traitlets==5.14.3
169169
# ipython
170170
# ipywidgets
171171
# matplotlib-inline
172-
typing-extensions==4.13.0
172+
typing-extensions==4.13.1
173173
# via
174174
# ipython
175175
# pydantic
176176
# pydantic-core
177+
# sciline
177178
# typing-inspection
178179
typing-inspection==0.4.0
179180
# via pydantic

0 commit comments

Comments
 (0)