Skip to content

Commit 5457dbf

Browse files
authored
Merge pull request #154 from scipp/deps
tox -e deps
2 parents f1c083c + ffabaaf commit 5457dbf

File tree

10 files changed

+40
-42
lines changed

10 files changed

+40
-42
lines changed

requirements/base.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:e1f1193e2c78c1dda6ffc784197fb6babbad9245
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
annotated-types==0.7.0
99
# via pydantic
@@ -17,7 +17,7 @@ cyclebane==24.10.0
1717
# via sciline
1818
cycler==0.12.1
1919
# via matplotlib
20-
dask==2025.4.0
20+
dask==2025.4.1
2121
# via -r base.in
2222
dnspython==2.7.0
2323
# via email-validator
@@ -37,7 +37,7 @@ h5py==3.13.0
3737
# scippnexus
3838
idna==3.10
3939
# via email-validator
40-
importlib-metadata==8.6.1
40+
importlib-metadata==8.7.0
4141
# via dask
4242
kiwisolver==1.4.8
4343
# via matplotlib
@@ -51,7 +51,7 @@ matplotlib==3.10.1
5151
# via
5252
# mpltoolbox
5353
# plopp
54-
mpltoolbox==24.5.1
54+
mpltoolbox==25.4.0
5555
# via scippneutron
5656
networkx==3.4.2
5757
# via cyclebane
@@ -60,7 +60,6 @@ numpy==2.2.5
6060
# contourpy
6161
# h5py
6262
# matplotlib
63-
# mpltoolbox
6463
# pandas
6564
# scipp
6665
# scippneutron
@@ -82,9 +81,9 @@ plopp==25.4.1
8281
# via
8382
# -r base.in
8483
# scippneutron
85-
pydantic==2.11.3
84+
pydantic==2.11.4
8685
# via scippneutron
87-
pydantic-core==2.33.1
86+
pydantic-core==2.33.2
8887
# via pydantic
8988
pyparsing==3.2.3
9089
# via matplotlib
@@ -105,7 +104,7 @@ sciline==25.4.1
105104
# via
106105
# -r base.in
107106
# essreduce
108-
scipp==25.4.0
107+
scipp==25.5.0
109108
# via
110109
# -r base.in
111110
# essreduce

requirements/basetest.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SHA1:54ed0e3deb2d458e91bae14067e84eaad659f5fd
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
8-
certifi==2025.1.31
8+
certifi==2025.4.26
99
# via requests
10-
charset-normalizer==3.4.1
10+
charset-normalizer==3.4.2
1111
# via requests
1212
exceptiongroup==1.2.2
1313
# via pytest

requirements/ci.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# SHA1:6344d52635ea11dca331a3bc6eb1833c4c64d585
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
cachetools==5.5.2
99
# via tox
10-
certifi==2025.1.31
10+
certifi==2025.4.26
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.4.1
14+
charset-normalizer==3.4.2
1515
# via requests
1616
colorama==0.4.6
1717
# via tox

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:efd19a3a98c69fc3d6d6233ed855de7e4a208f74
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
-r base.txt
99
-r ci.txt

requirements/docs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:4f1b07bf44faee3c2f897a673e9229b4276d29f9
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
-r base.txt
99
accessible-pygments==0.0.5
@@ -28,9 +28,9 @@ bleach[css]==6.2.0
2828
# via nbconvert
2929
bqplot==0.12.44
3030
# via ipydatagrid
31-
certifi==2025.1.31
31+
certifi==2025.4.26
3232
# via requests
33-
charset-normalizer==3.4.1
33+
charset-normalizer==3.4.2
3434
# via requests
3535
comm==0.2.2
3636
# via
@@ -64,7 +64,7 @@ ipykernel==6.29.5
6464
# via -r docs.in
6565
ipympl==0.9.7
6666
# via -r docs.in
67-
ipython==8.35.0
67+
ipython==8.36.0
6868
# via
6969
# -r docs.in
7070
# ipykernel

requirements/mypy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:859ef9c15e5e57c6c91510133c01f5751feee941
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
-r test.txt
99
mypy==1.15.0

requirements/nightly.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# SHA1:1d5357c0111d56b227d417d6b9ca1c0de673c437
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
--index-url https://pypi.anaconda.org/scipp-nightly-wheels/simple/
99
--extra-index-url https://pypi.org/simple
1010

1111
annotated-types==0.7.0
1212
# via pydantic
13-
certifi==2025.1.31
13+
certifi==2025.4.26
1414
# via requests
15-
charset-normalizer==3.4.1
15+
charset-normalizer==3.4.2
1616
# via requests
1717
click==8.1.8
1818
# via dask
@@ -24,7 +24,7 @@ cyclebane==24.10.0
2424
# via sciline
2525
cycler==0.12.1
2626
# via matplotlib
27-
dask==2025.4.0
27+
dask==2025.4.1
2828
# via -r nightly.in
2929
dnspython==2.7.0
3030
# via email-validator
@@ -48,7 +48,7 @@ idna==3.10
4848
# via
4949
# email-validator
5050
# requests
51-
importlib-metadata==8.6.1
51+
importlib-metadata==8.7.0
5252
# via dask
5353
iniconfig==2.1.0
5454
# via pytest
@@ -64,7 +64,7 @@ matplotlib==3.10.1
6464
# via
6565
# mpltoolbox
6666
# plopp
67-
mpltoolbox==24.5.1
67+
mpltoolbox==25.4.0
6868
# via scippneutron
6969
networkx==3.4.2
7070
# via cyclebane
@@ -73,7 +73,6 @@ numpy==2.2.5
7373
# contourpy
7474
# h5py
7575
# matplotlib
76-
# mpltoolbox
7776
# pandas
7877
# scipp
7978
# scippneutron
@@ -103,9 +102,9 @@ pluggy==1.5.0
103102
# via pytest
104103
pooch==1.8.2
105104
# via -r nightly.in
106-
pydantic==2.11.3
105+
pydantic==2.11.4
107106
# via scippneutron
108-
pydantic-core==2.33.1
107+
pydantic-core==2.33.2
109108
# via pydantic
110109
pyparsing==3.2.3
111110
# via matplotlib

requirements/static.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:5a0b1bb22ae805d8aebba0f3bf05ab91aceae0d8
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
cfgv==3.4.0
99
# via pre-commit

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:ef2ee9576d8a9e65b44e2865a26887eed3fc49d1
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
-r base.txt
99
-r basetest.txt

requirements/wheels.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SHA1:80754af91bfb6d1073585b046fe0a474ce868509
22
#
3-
# This file is autogenerated by pip-compile-multi
3+
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
6-
# pip-compile-multi
6+
# requirements upgrade
77
#
88
build==1.2.2.post1
99
# via -r wheels.in

0 commit comments

Comments
 (0)