File tree Expand file tree Collapse file tree 7 files changed +40
-31
lines changed Expand file tree Collapse file tree 7 files changed +40
-31
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ requires-python = ">=3.10"
3333dependencies = [
3434 " dask" ,
3535 " graphviz" ,
36- " essreduce>=24.11.3 " ,
36+ " essreduce>=25.02.4 " ,
3737 " numpy" ,
3838 " pandas" ,
3939 " plopp" ,
4040 " pythreejs" ,
4141 " sciline>=24.06.2" ,
4242 " scipp>=24.09.1" , # Fixed new hist/bin API
43- " scippneutron>=24.06 .0" ,
43+ " scippneutron>=25.02 .0" ,
4444 " scippnexus>=23.12.1" , # 23.12.0 and below deadlock in threaded use
4545]
4646
Original file line number Diff line number Diff line change 44# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55dask
66graphviz
7- essreduce>=24.11.3
7+ essreduce>=25.02.4
88numpy
99pandas
1010plopp
1111pythreejs
1212sciline>=24.06.2
1313scipp>=24.09.1
14- scippneutron>=24.06 .0
14+ scippneutron>=25.02 .0
1515scippnexus>=23.12.1
Original file line number Diff line number Diff line change 1- # SHA1:71fbc763453db59fbe23acb0df92531c0434f7ef
1+ # SHA1:0ba7285c8699fdf116b0f88f7bed0e143d9889eb
22#
33# This file is autogenerated by pip-compile-multi
44# To update, run:
55#
66# pip-compile-multi
77#
8+ annotated-types==0.7.0
9+ # via pydantic
810asttokens==3.0.0
911 # via stack-data
1012click==8.1.8
@@ -19,11 +21,15 @@ cyclebane==24.10.0
1921 # via sciline
2022cycler==0.12.1
2123 # via matplotlib
22- dask==2025.1 .0
24+ dask==2025.2 .0
2325 # via -r base.in
2426decorator==5.1.1
2527 # via ipython
26- essreduce==25.2.0
28+ dnspython==2.7.0
29+ # via email-validator
30+ email-validator==2.2.0
31+ # via scippneutron
32+ essreduce==25.2.4
2733 # via -r base.in
2834exceptiongroup==1.2.2
2935 # via ipython
@@ -35,10 +41,12 @@ fsspec==2025.2.0
3541 # via dask
3642graphviz==0.20.3
3743 # via -r base.in
38- h5py==3.12.1
44+ h5py==3.13.0
3945 # via
4046 # scippneutron
4147 # scippnexus
48+ idna==3.10
49+ # via email-validator
4250importlib-metadata==8.6.1
4351 # via dask
4452ipydatawidgets==4.3.5
@@ -55,6 +63,8 @@ jupyterlab-widgets==3.0.13
5563 # via ipywidgets
5664kiwisolver==1.4.8
5765 # via matplotlib
66+ lazy-loader==0.4
67+ # via scippneutron
5868locket==1.0.0
5969 # via partd
6070matplotlib==3.10.0
@@ -67,7 +77,7 @@ mpltoolbox==24.5.1
6777 # via scippneutron
6878networkx==3.4.2
6979 # via cyclebane
70- numpy==2.2.2
80+ numpy==2.2.3
7181 # via
7282 # -r base.in
7383 # contourpy
@@ -83,6 +93,7 @@ numpy==2.2.2
8393packaging==24.2
8494 # via
8595 # dask
96+ # lazy-loader
8697 # matplotlib
8798pandas==2.2.3
8899 # via -r base.in
@@ -104,6 +115,10 @@ ptyprocess==0.7.0
104115 # via pexpect
105116pure-eval==0.2.3
106117 # via stack-data
118+ pydantic==2.10.6
119+ # via scippneutron
120+ pydantic-core==2.27.2
121+ # via pydantic
107122pygments==2.19.1
108123 # via ipython
109124pyparsing==3.2.1
@@ -112,6 +127,7 @@ python-dateutil==2.9.0.post0
112127 # via
113128 # matplotlib
114129 # pandas
130+ # scippneutron
115131 # scippnexus
116132pythreejs==2.4.2
117133 # via -r base.in
@@ -129,7 +145,7 @@ scipp==25.2.0
129145 # essreduce
130146 # scippneutron
131147 # scippnexus
132- scippneutron==25.1 .0
148+ scippneutron==25.2 .0
133149 # via
134150 # -r base.in
135151 # essreduce
@@ -138,7 +154,7 @@ scippnexus==24.11.1
138154 # -r base.in
139155 # essreduce
140156 # scippneutron
141- scipy==1.15.1
157+ scipy==1.15.2
142158 # via
143159 # scippneutron
144160 # scippnexus
@@ -161,7 +177,10 @@ traitlets==5.14.3
161177traittypes==0.2.1
162178 # via ipydatawidgets
163179typing-extensions==4.12.2
164- # via ipython
180+ # via
181+ # ipython
182+ # pydantic
183+ # pydantic-core
165184tzdata==2025.1
166185 # via pandas
167186wcwidth==0.2.13
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ idna==3.10
1515 # via requests
1616iniconfig==2.0.0
1717 # via pytest
18- numpy==2.2.2
18+ numpy==2.2.3
1919 # via scipy
2020packaging==24.2
2121 # via
@@ -31,7 +31,7 @@ pytest==8.3.4
3131 # via -r basetest.in
3232requests==2.32.3
3333 # via pooch
34- scipy==1.15.1
34+ scipy==1.15.2
3535 # via -r basetest.in
3636tomli==2.2.1
3737 # via pytest
Original file line number Diff line number Diff line change 1212-r static.txt
1313-r test.txt
1414-r wheels.txt
15- annotated-types==0.7.0
16- # via pydantic
1715anyio==4.8.0
1816 # via
1917 # httpx
@@ -28,7 +26,7 @@ async-lru==2.0.4
2826 # via jupyterlab
2927cffi==1.17.1
3028 # via argon2-cffi-bindings
31- copier==9.4.1
29+ copier==9.5.0
3230 # via -r dev.in
3331dunamai==1.23.0
3432 # via copier
@@ -87,10 +85,6 @@ prometheus-client==0.21.1
8785 # via jupyter-server
8886pycparser==2.22
8987 # via cffi
90- pydantic==2.10.6
91- # via copier
92- pydantic-core==2.27.2
93- # via pydantic
9488python-json-logger==3.2.1
9589 # via jupyter-events
9690questionary==2.1.0
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ accessible-pygments==0.0.5
1010 # via pydata-sphinx-theme
1111alabaster==1.0.0
1212 # via sphinx
13- appnope==0.1.4
14- # via ipykernel
1513attrs==25.1.0
1614 # via
1715 # jsonschema
@@ -42,8 +40,6 @@ docutils==0.21.2
4240 # sphinx
4341fastjsonschema==2.21.1
4442 # via nbformat
45- idna==3.10
46- # via requests
4743imagesize==1.4.1
4844 # via sphinx
4945ipykernel==6.29.5
@@ -83,7 +79,7 @@ mdit-py-plugins==0.4.2
8379 # via myst-parser
8480mdurl==0.1.2
8581 # via markdown-it-py
86- mistune==3.1.1
82+ mistune==3.1.2
8783 # via nbconvert
8884myst-parser==4.0.1
8985 # via -r docs.in
@@ -108,7 +104,7 @@ platformdirs==4.3.6
108104 # pooch
109105pooch==1.8.2
110106 # via -r docs.in
111- psutil==6.1.1
107+ psutil==7.0.0
112108 # via ipykernel
113109pydata-sphinx-theme==0.16.1
114110 # via -r docs.in
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cyclebane==24.10.0
2828 # via sciline
2929cycler==0.12.1
3030 # via matplotlib
31- dask==2025.1 .0
31+ dask==2025.2 .0
3232 # via -r nightly.in
3333decorator==5.1.1
3434 # via ipython
@@ -50,7 +50,7 @@ fsspec==2025.2.0
5050 # via dask
5151graphviz==0.20.3
5252 # via -r nightly.in
53- h5py==3.12.1
53+ h5py==3.13.0
5454 # via
5555 # scippneutron
5656 # scippnexus
@@ -92,7 +92,7 @@ mpltoolbox==24.5.1
9292 # via scippneutron
9393networkx==3.4.2
9494 # via cyclebane
95- numpy==2.2.2
95+ numpy==2.2.3
9696 # via
9797 # -r nightly.in
9898 # contourpy
@@ -181,7 +181,7 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
181181 # -r nightly.in
182182 # essreduce
183183 # scippneutron
184- scipy==1.15.1
184+ scipy==1.15.2
185185 # via
186186 # -r nightly.in
187187 # scippneutron
You can’t perform that action at this time.
0 commit comments