Skip to content

Commit 986c6c5

Browse files
authored
Merge pull request #56 from scipp/update-deps
Add tof as a docs dependency.
2 parents 8e2205a + c65afcc commit 986c6c5

File tree

9 files changed

+121
-101
lines changed

9 files changed

+121
-101
lines changed

requirements/base.txt

Lines changed: 46 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,45 @@ asttokens==2.4.1
99
# via stack-data
1010
click==8.1.7
1111
# via dask
12-
cloudpickle==3.0.0
12+
cloudpickle==3.1.0
1313
# via dask
1414
comm==0.2.2
1515
# via ipywidgets
16-
contourpy==1.3.0
16+
contourpy==1.3.1
1717
# via matplotlib
18-
cyclebane==24.6.0
18+
cyclebane==24.10.0
1919
# via sciline
2020
cycler==0.12.1
2121
# via matplotlib
22-
dask==2024.9.0
23-
# via -r base.in
22+
dask==2024.11.2
23+
# via -r requirements/base.in
2424
decorator==5.1.1
2525
# via ipython
26-
essreduce==24.9.1
27-
# via -r base.in
26+
essreduce==24.11.2
27+
# via -r requirements/base.in
2828
exceptiongroup==1.2.2
2929
# via ipython
3030
executing==2.1.0
3131
# via stack-data
32-
fonttools==4.53.1
32+
fonttools==4.55.0
3333
# via matplotlib
34-
fsspec==2024.9.0
34+
fsspec==2024.10.0
3535
# via dask
3636
graphviz==0.20.3
3737
# via
38-
# -r base.in
38+
# -r requirements/base.in
3939
# plopp
40-
h5py==3.11.0
41-
# via scippnexus
40+
h5py==3.12.1
41+
# via
42+
# scippneutron
43+
# scippnexus
4244
importlib-metadata==8.5.0
4345
# via dask
4446
ipydatawidgets==4.3.5
4547
# via pythreejs
4648
ipympl==0.9.4
4749
# via plopp
48-
ipython==8.27.0
50+
ipython==8.29.0
4951
# via
5052
# ipympl
5153
# ipywidgets
@@ -57,7 +59,7 @@ ipywidgets==8.1.5
5759
# ipympl
5860
# plopp
5961
# pythreejs
60-
jedi==0.19.1
62+
jedi==0.19.2
6163
# via ipython
6264
jupyterlab-widgets==3.0.13
6365
# via ipywidgets
@@ -73,10 +75,12 @@ matplotlib==3.9.2
7375
matplotlib-inline==0.1.7
7476
# via ipython
7577
mpltoolbox==24.5.1
76-
# via plopp
77-
networkx==3.3
78+
# via
79+
# plopp
80+
# scippneutron
81+
networkx==3.4.2
7882
# via cyclebane
79-
numpy==2.1.1
83+
numpy==2.1.3
8084
# via
8185
# contourpy
8286
# h5py
@@ -86,9 +90,10 @@ numpy==2.1.1
8690
# mpltoolbox
8791
# pythreejs
8892
# scipp
93+
# scippneutron
8994
# scipy
9095
# tifffile
91-
packaging==24.1
96+
packaging==24.2
9297
# via
9398
# dask
9499
# matplotlib
@@ -98,21 +103,23 @@ partd==1.4.2
98103
# via dask
99104
pexpect==4.9.0
100105
# via ipython
101-
pillow==10.4.0
106+
pillow==11.0.0
102107
# via
103108
# ipympl
104109
# matplotlib
105-
plopp[all]==24.9.1
106-
# via -r base.in
107-
prompt-toolkit==3.0.47
110+
plopp[all]==24.10.0
111+
# via
112+
# -r requirements/base.in
113+
# scippneutron
114+
prompt-toolkit==3.0.48
108115
# via ipython
109116
ptyprocess==0.7.0
110117
# via pexpect
111118
pure-eval==0.2.3
112119
# via stack-data
113120
pygments==2.18.0
114121
# via ipython
115-
pyparsing==3.1.4
122+
pyparsing==3.2.0
116123
# via matplotlib
117124
python-dateutil==2.9.0.post0
118125
# via
@@ -122,31 +129,37 @@ pythreejs==2.4.2
122129
# via plopp
123130
pyyaml==6.0.2
124131
# via dask
125-
sciline==24.6.3
132+
sciline==24.10.0
126133
# via
127-
# -r base.in
134+
# -r requirements/base.in
128135
# essreduce
129136
scipp==24.11.1
130137
# via
131-
# -r base.in
138+
# -r requirements/base.in
132139
# essreduce
133140
# plopp
141+
# scippneutron
134142
# scippnexus
135-
scippnexus==24.9.0
143+
scippneutron==24.11.0
144+
# via essreduce
145+
scippnexus==24.11.1
136146
# via
137-
# -r base.in
147+
# -r requirements/base.in
138148
# essreduce
149+
# scippneutron
139150
scipy==1.14.1
140-
# via scippnexus
151+
# via
152+
# scippneutron
153+
# scippnexus
141154
six==1.16.0
142155
# via
143156
# asttokens
144157
# python-dateutil
145158
stack-data==0.6.3
146159
# via ipython
147-
tifffile==2024.8.30
148-
# via -r base.in
149-
toolz==0.12.1
160+
tifffile==2024.9.20
161+
# via -r requirements/base.in
162+
toolz==1.0.0
150163
# via
151164
# dask
152165
# partd
@@ -167,5 +180,5 @@ wcwidth==0.2.13
167180
# via prompt-toolkit
168181
widgetsnbextension==4.0.13
169182
# via ipywidgets
170-
zipp==3.20.2
183+
zipp==3.21.0
171184
# via importlib-metadata

requirements/basetest.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
#
88
certifi==2024.8.30
99
# via requests
10-
charset-normalizer==3.3.2
10+
charset-normalizer==3.4.0
1111
# via requests
1212
exceptiongroup==1.2.2
1313
# via pytest
1414
idna==3.10
1515
# via requests
1616
iniconfig==2.0.0
1717
# via pytest
18-
packaging==24.1
18+
packaging==24.2
1919
# via
2020
# pooch
2121
# pytest
@@ -24,12 +24,12 @@ platformdirs==4.3.6
2424
pluggy==1.5.0
2525
# via pytest
2626
pooch==1.8.2
27-
# via -r basetest.in
27+
# via -r requirements/basetest.in
2828
pytest==8.3.3
29-
# via -r basetest.in
29+
# via -r requirements/basetest.in
3030
requests==2.32.3
3131
# via pooch
32-
tomli==2.0.1
32+
tomli==2.1.0
3333
# via pytest
3434
urllib3==2.2.3
3535
# via requests

requirements/ci.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ certifi==2024.8.30
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.3.2
14+
charset-normalizer==3.4.0
1515
# via requests
1616
colorama==0.4.6
1717
# via tox
18-
distlib==0.3.8
18+
distlib==0.3.9
1919
# via virtualenv
2020
filelock==3.16.1
2121
# via
@@ -24,12 +24,12 @@ filelock==3.16.1
2424
gitdb==4.0.11
2525
# via gitpython
2626
gitpython==3.1.43
27-
# via -r ci.in
27+
# via -r requirements/ci.in
2828
idna==3.10
2929
# via requests
30-
packaging==24.1
30+
packaging==24.2
3131
# via
32-
# -r ci.in
32+
# -r requirements/ci.in
3333
# pyproject-api
3434
# tox
3535
platformdirs==4.3.6
@@ -41,16 +41,18 @@ pluggy==1.5.0
4141
pyproject-api==1.8.0
4242
# via tox
4343
requests==2.32.3
44-
# via -r ci.in
44+
# via -r requirements/ci.in
4545
smmap==5.0.1
4646
# via gitdb
47-
tomli==2.0.1
47+
tomli==2.1.0
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.20.0
52-
# via -r ci.in
51+
tox==4.23.2
52+
# via -r requirements/ci.in
53+
typing-extensions==4.12.2
54+
# via tox
5355
urllib3==2.2.3
5456
# via requests
55-
virtualenv==20.26.5
57+
virtualenv==20.28.0
5658
# via tox

requirements/dev.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
-r wheels.txt
1515
annotated-types==0.7.0
1616
# via pydantic
17-
anyio==4.5.0
17+
anyio==4.6.2.post1
1818
# via
1919
# httpx
2020
# jupyter-server
@@ -28,25 +28,25 @@ async-lru==2.0.4
2828
# via jupyterlab
2929
cffi==1.17.1
3030
# via argon2-cffi-bindings
31-
copier==9.3.1
32-
# via -r dev.in
33-
dunamai==1.22.0
31+
copier==9.4.1
32+
# via -r requirements/dev.in
33+
dunamai==1.23.0
3434
# via copier
3535
fqdn==1.5.1
3636
# via jsonschema
3737
funcy==2.0
3838
# via copier
3939
h11==0.14.0
4040
# via httpcore
41-
httpcore==1.0.5
41+
httpcore==1.0.7
4242
# via httpx
4343
httpx==0.27.2
4444
# via jupyterlab
4545
isoduration==20.11.0
4646
# via jsonschema
4747
jinja2-ansible-filters==1.3.2
4848
# via copier
49-
json5==0.9.25
49+
json5==0.9.28
5050
# via jupyterlab-server
5151
jsonpointer==3.0.0
5252
# via jsonschema
@@ -67,8 +67,8 @@ jupyter-server==2.14.2
6767
# notebook-shim
6868
jupyter-server-terminals==0.5.3
6969
# via jupyter-server
70-
jupyterlab==4.2.5
71-
# via -r dev.in
70+
jupyterlab==4.3.1
71+
# via -r requirements/dev.in
7272
jupyterlab-server==2.27.3
7373
# via jupyterlab
7474
notebook-shim==0.2.4
@@ -78,18 +78,18 @@ overrides==7.7.0
7878
pathspec==0.12.1
7979
# via copier
8080
pip-compile-multi==2.6.4
81-
# via -r dev.in
81+
# via -r requirements/dev.in
8282
pip-tools==7.4.1
8383
# via pip-compile-multi
84-
plumbum==1.8.3
84+
plumbum==1.9.0
8585
# via copier
86-
prometheus-client==0.20.0
86+
prometheus-client==0.21.0
8787
# via jupyter-server
8888
pycparser==2.22
8989
# via cffi
90-
pydantic==2.9.2
90+
pydantic==2.10.2
9191
# via copier
92-
pydantic-core==2.23.4
92+
pydantic-core==2.27.1
9393
# via pydantic
9494
python-json-logger==2.0.7
9595
# via jupyter-events
@@ -115,15 +115,15 @@ terminado==0.18.1
115115
# jupyter-server-terminals
116116
toposort==1.10
117117
# via pip-compile-multi
118-
types-python-dateutil==2.9.0.20240906
118+
types-python-dateutil==2.9.0.20241003
119119
# via arrow
120120
uri-template==1.3.0
121121
# via jsonschema
122-
webcolors==24.8.0
122+
webcolors==24.11.1
123123
# via jsonschema
124124
websocket-client==1.8.0
125125
# via jupyter-server
126-
wheel==0.44.0
126+
wheel==0.45.1
127127
# via pip-tools
128128

129129
# The following packages are considered to be unsafe in a requirements file:

requirements/docs.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ sphinx-copybutton
1010
sphinx-design
1111
pooch
1212
tqdm
13+
tof # For WFM stitching documentation.

0 commit comments

Comments
 (0)