Skip to content

Commit f8e8379

Browse files
authored
Merge pull request #110 from scipp/bump-min-scipp-version
Fix nightly at lower bound
2 parents d8283d2 + 74f96c1 commit f8e8379

10 files changed

Lines changed: 43 additions & 36 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires-python = ">=3.11"
3232
dependencies = [
3333
"plopp>=23.10.0",
3434
"pooch>=1.5.0",
35-
"scipp>=24.11.0",
35+
"scipp>=25.01.0",
3636
"lazy-loader>=0.3",
3737
]
3838

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
44
plopp>=23.10.0
55
pooch>=1.5.0
6-
scipp>=24.11.0
6+
scipp>=25.01.0
77
lazy-loader>=0.3

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:57c5f034856b0519923827bc5b12ab41003445e1
1+
# SHA1:f5ff6ab4e8ca72ebabf4ccbe83ccf92c9b96a06c
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -13,7 +13,7 @@ contourpy==1.3.3
1313
# via matplotlib
1414
cycler==0.12.1
1515
# via matplotlib
16-
fonttools==4.60.1
16+
fonttools==4.61.0
1717
# via matplotlib
1818
idna==3.11
1919
# via requests
@@ -37,7 +37,7 @@ packaging==25.0
3737
# pooch
3838
pillow==12.0.0
3939
# via matplotlib
40-
platformdirs==4.5.0
40+
platformdirs==4.5.1
4141
# via pooch
4242
plopp==25.11.0
4343
# via -r base.in
@@ -53,5 +53,5 @@ scipp==25.11.0
5353
# via -r base.in
5454
six==1.17.0
5555
# via python-dateutil
56-
urllib3==2.5.0
56+
urllib3==2.6.1
5757
# via requests

requirements/basetest.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnspython==2.8.0
1515
# via email-validator
1616
email-validator==2.3.0
1717
# via scippneutron
18-
fonttools==4.60.1
18+
fonttools==4.61.0
1919
# via matplotlib
2020
h5py==3.15.1
2121
# via
@@ -56,15 +56,15 @@ plopp==25.11.0
5656
# via scippneutron
5757
pluggy==1.6.0
5858
# via pytest
59-
pydantic==2.12.4
59+
pydantic==2.12.5
6060
# via scippneutron
6161
pydantic-core==2.41.5
6262
# via pydantic
6363
pygments==2.19.2
6464
# via pytest
6565
pyparsing==3.2.5
6666
# via matplotlib
67-
pytest==9.0.1
67+
pytest==9.0.2
6868
# via -r basetest.in
6969
python-dateutil==2.9.0.post0
7070
# via
@@ -74,7 +74,7 @@ scipp==25.11.0
7474
# via
7575
# scippneutron
7676
# scippnexus
77-
scippneutron==25.7.0
77+
scippneutron==25.11.2
7878
# via -r basetest.in
7979
scippnexus==25.11.0
8080
# via scippneutron

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packaging==25.0
3131
# via
3232
# pyproject-api
3333
# tox
34-
platformdirs==4.5.0
34+
platformdirs==4.5.1
3535
# via
3636
# tox
3737
# virtualenv
@@ -45,7 +45,7 @@ smmap==5.0.2
4545
# via gitdb
4646
tox==4.32.0
4747
# via -r ci.in
48-
urllib3==2.5.0
48+
urllib3==2.6.1
4949
# via requests
5050
virtualenv==20.35.4
5151
# via tox

requirements/dev.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-r static.txt
1313
-r test.txt
1414
-r wheels.txt
15-
anyio==4.11.0
15+
anyio==4.12.0
1616
# via
1717
# httpx
1818
# jupyter-server
@@ -30,7 +30,8 @@ click==8.3.1
3030
# via
3131
# pip-compile-multi
3232
# pip-tools
33-
copier==9.10.3
33+
# sphinx-book-theme
34+
copier==9.11.0
3435
# via -r dev.in
3536
dunamai==1.25.0
3637
# via copier
@@ -105,8 +106,6 @@ rfc3987-syntax==1.1.0
105106
# via jsonschema
106107
send2trash==1.8.3
107108
# via jupyter-server
108-
sniffio==1.3.1
109-
# via anyio
110109
terminado==0.18.1
111110
# via
112111
# jupyter-server
@@ -122,7 +121,9 @@ webcolors==25.10.0
122121
websocket-client==1.9.0
123122
# via jupyter-server
124123
wheel==0.45.1
125-
# via pip-tools
124+
# via
125+
# pip-tools
126+
# sphinx-copybutton
126127

127128
# The following packages are considered to be unsafe in a requirements file:
128129
# pip

requirements/docs.txt

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ babel==2.17.0
2424
# via
2525
# pydata-sphinx-theme
2626
# sphinx
27-
beautifulsoup4==4.14.2
27+
beautifulsoup4==4.14.3
2828
# via
2929
# nbconvert
3030
# pydata-sphinx-theme
@@ -64,7 +64,7 @@ ipykernel==7.1.0
6464
# via -r docs.in
6565
ipympl==0.9.8
6666
# via -r docs.in
67-
ipython==9.7.0
67+
ipython==9.8.0
6868
# via
6969
# ipykernel
7070
# ipympl
@@ -133,7 +133,7 @@ nbformat==5.10.4
133133
# nbclient
134134
# nbconvert
135135
# nbsphinx
136-
nbsphinx==0.9.7
136+
nbsphinx==0.9.8
137137
# via -r docs.in
138138
nest-asyncio==1.6.0
139139
# via ipykernel
@@ -151,7 +151,7 @@ ptyprocess==0.7.0
151151
# via pexpect
152152
pure-eval==0.2.3
153153
# via stack-data
154-
pydantic==2.12.4
154+
pydantic==2.12.5
155155
# via
156156
# autodoc-pydantic
157157
# pydantic-settings
@@ -173,7 +173,9 @@ pygments==2.19.2
173173
python-dotenv==1.2.1
174174
# via pydantic-settings
175175
pyyaml==6.0.3
176-
# via myst-parser
176+
# via
177+
# myst-parser
178+
# sphinx-book-theme
177179
pyzmq==27.1.0
178180
# via
179181
# ipykernel
@@ -182,11 +184,13 @@ referencing==0.37.0
182184
# via
183185
# jsonschema
184186
# jsonschema-specifications
185-
rpds-py==0.29.0
187+
roman-numerals-py==3.1.0
188+
# via sphinx
189+
rpds-py==0.30.0
186190
# via
187191
# jsonschema
188192
# referencing
189-
scippneutron==25.7.0
193+
scippneutron==25.11.2
190194
# via -r docs.in
191195
scippnexus==25.11.0
192196
# via scippneutron
@@ -198,7 +202,7 @@ snowballstemmer==3.0.1
198202
# via sphinx
199203
soupsieve==2.8
200204
# via beautifulsoup4
201-
sphinx==8.1.3
205+
sphinx==8.2.3
202206
# via
203207
# -r docs.in
204208
# autodoc-pydantic
@@ -209,7 +213,7 @@ sphinx==8.1.3
209213
# sphinx-book-theme
210214
# sphinx-copybutton
211215
# sphinx-design
212-
sphinx-autodoc-typehints==3.0.1
216+
sphinx-autodoc-typehints==3.5.2
213217
# via -r docs.in
214218
sphinx-book-theme==1.1.4
215219
# via -r docs.in

requirements/mypy.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
# requirements upgrade
77
#
88
-r test.txt
9-
mypy==1.18.2
9+
librt==0.7.3
10+
# via mypy
11+
mypy==1.19.0
1012
# via -r mypy.in
1113
mypy-extensions==1.1.0
1214
# via mypy

requirements/nightly.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contourpy==1.3.3
1616
# via matplotlib
1717
cycler==0.12.1
1818
# via matplotlib
19-
fonttools==4.60.1
19+
fonttools==4.61.0
2020
# via matplotlib
2121
idna==3.11
2222
# via requests
@@ -30,7 +30,7 @@ lazy-loader==0.4
3030
# plopp
3131
matplotlib==3.10.7
3232
# via plopp
33-
numpy==2.3.5
33+
numpy==2.4.0rc1
3434
# via
3535
# contourpy
3636
# matplotlib
@@ -43,7 +43,7 @@ packaging==25.0
4343
# pytest
4444
pillow==12.0.0
4545
# via matplotlib
46-
platformdirs==4.5.0
46+
platformdirs==4.5.1
4747
# via pooch
4848
plopp @ git+https://github.com/scipp/plopp@main
4949
# via -r nightly.in
@@ -53,9 +53,9 @@ pooch==1.8.2
5353
# via -r nightly.in
5454
pygments==2.19.2
5555
# via pytest
56-
pyparsing==3.3.0a1
56+
pyparsing==3.3.0b1
5757
# via matplotlib
58-
pytest==9.0.1
58+
pytest==9.0.2
5959
# via -r nightly.in
6060
python-dateutil==2.9.0.post0
6161
# via matplotlib
@@ -65,5 +65,5 @@ scipp==100.0.0.dev0
6565
# via -r nightly.in
6666
six==1.17.0
6767
# via python-dateutil
68-
urllib3==2.5.0
68+
urllib3==2.6.1
6969
# via requests

requirements/static.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# requirements upgrade
77
#
8-
cfgv==3.4.0
8+
cfgv==3.5.0
99
# via pre-commit
1010
distlib==0.4.0
1111
# via virtualenv
@@ -15,9 +15,9 @@ identify==2.6.15
1515
# via pre-commit
1616
nodeenv==1.9.1
1717
# via pre-commit
18-
platformdirs==4.5.0
18+
platformdirs==4.5.1
1919
# via virtualenv
20-
pre-commit==4.4.0
20+
pre-commit==4.5.0
2121
# via -r static.in
2222
pyyaml==6.0.3
2323
# via pre-commit

0 commit comments

Comments
 (0)