File tree Expand file tree Collapse file tree 14 files changed +52
-51
lines changed Expand file tree Collapse file tree 14 files changed +52
-51
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ requires-python = ">=3.10"
3131# Make sure to list one dependency per line.
3232dependencies = [
3333 " dask" ,
34- " essreduce>=24.08.2 " ,
34+ " essreduce>=24.10.0 " ,
3535 " graphviz" ,
3636 " numpy" ,
3737 " plopp" ,
Original file line number Diff line number Diff line change 33# --- END OF CUSTOM SECTION ---
44# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55dask
6- essreduce>=24.08.2
6+ essreduce>=24.10.0
77graphviz
88numpy
99plopp
Original file line number Diff line number Diff line change 1- # SHA1:2cad3df672e12033fa21254667278ceafae15e09
1+ # SHA1:3edca7ef7f02d8df072e91ce62fa7acd26cc0825
22#
33# This file is autogenerated by pip-compile-multi
44# To update, run:
@@ -19,23 +19,23 @@ cyclebane==24.6.0
1919 # via sciline
2020cycler==0.12.1
2121 # via matplotlib
22- dask==2024.9.0
22+ dask==2024.9.1
2323 # via -r base.in
2424decorator==5.1.1
2525 # via ipython
26- essreduce==24.9.1
26+ essreduce==24.10.0
2727 # via -r base.in
2828exceptiongroup==1.2.2
2929 # via ipython
3030executing==2.1.0
3131 # via stack-data
32- fonttools==4.53 .1
32+ fonttools==4.54 .1
3333 # via matplotlib
3434fsspec==2024.9.0
3535 # via dask
3636graphviz==0.20.3
3737 # via -r base.in
38- h5py==3.11.0
38+ h5py==3.12.1
3939 # via
4040 # scippneutron
4141 # scippnexus
@@ -91,11 +91,11 @@ pexpect==4.9.0
9191 # via ipython
9292pillow==10.4.0
9393 # via matplotlib
94- plopp==24.9.1
94+ plopp==24.9.3
9595 # via
9696 # -r base.in
9797 # scippneutron
98- prompt-toolkit==3.0.47
98+ prompt-toolkit==3.0.48
9999 # via ipython
100100ptyprocess==0.7.0
101101 # via pexpect
@@ -125,7 +125,7 @@ scipp==24.9.1
125125 # scippnexus
126126scippneutron==24.9.0
127127 # via -r base.in
128- scippnexus==24.9.0
128+ scippnexus==24.9.1
129129 # via
130130 # -r base.in
131131 # essreduce
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packaging==24.1
2121 # via
2222 # pooch
2323 # pytest
24- pandas==2.2.2
24+ pandas==2.2.3
2525 # via -r basetest.in
2626platformdirs==4.3.6
2727 # via pooch
@@ -41,7 +41,7 @@ six==1.16.0
4141 # via python-dateutil
4242tomli==2.0.1
4343 # via pytest
44- tzdata==2024.1
44+ tzdata==2024.2
4545 # via pandas
4646urllib3==2.2.3
4747 # via requests
Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ tomli==2.0.1
4848 # via
4949 # pyproject-api
5050 # tox
51- tox==4.20 .0
51+ tox==4.21 .0
5252 # via -r ci.in
53+ typing-extensions==4.12.2
54+ # via tox
5355urllib3==2.2.3
5456 # via requests
55- virtualenv==20.26.5
57+ virtualenv==20.26.6
5658 # via tox
Original file line number Diff line number Diff line change 1414-r wheels.txt
1515annotated-types==0.7.0
1616 # via pydantic
17- anyio==4.4 .0
17+ anyio==4.6 .0
1818 # via
1919 # httpx
2020 # jupyter-server
@@ -38,7 +38,7 @@ funcy==2.0
3838 # via copier
3939h11==0.14.0
4040 # via httpcore
41- httpcore==1.0.5
41+ httpcore==1.0.6
4242 # via httpx
4343httpx==0.27.2
4444 # via jupyterlab
@@ -83,7 +83,7 @@ pip-tools==7.4.1
8383 # via pip-compile-multi
8484plumbum==1.8.3
8585 # via copier
86- prometheus-client==0.20 .0
86+ prometheus-client==0.21 .0
8787 # via jupyter-server
8888pycparser==2.22
8989 # via cffi
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ certifi==2024.8.30
2828 # via requests
2929charset-normalizer==3.3.2
3030 # via requests
31- debugpy==1.8.5
31+ debugpy==1.8.6
3232 # via ipykernel
3333defusedxml==0.7.1
3434 # via nbconvert
@@ -106,7 +106,7 @@ nbsphinx==0.9.5
106106 # via -r docs.in
107107nest-asyncio==1.6.0
108108 # via ipykernel
109- pandas==2.2.2
109+ pandas==2.2.3
110110 # via -r docs.in
111111pandocfilters==1.5.1
112112 # via nbconvert
@@ -188,7 +188,7 @@ tornado==6.4.1
188188 # via
189189 # ipykernel
190190 # jupyter-client
191- tzdata==2024.1
191+ tzdata==2024.2
192192 # via pandas
193193urllib3==2.2.3
194194 # via requests
Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ cyclebane==24.6.0
2020 # via sciline
2121cycler==0.12.1
2222 # via matplotlib
23- dask==2024.9.0
23+ dask==2024.9.1
2424 # via -r nightly.in
2525decorator==5.1.1
2626 # via ipython
2727essreduce @ git+https://github.com/scipp/essreduce@main
2828 # via -r nightly.in
2929executing==2.1.0
3030 # via stack-data
31- fonttools==4.53 .1
31+ fonttools==4.54 .1
3232 # via matplotlib
3333fsspec==2024.9.0
3434 # via dask
3535graphviz==0.20.3
3636 # via -r nightly.in
37- h5py==3.11.0
37+ h5py==3.12.1
3838 # via
3939 # scippneutron
4040 # scippnexus
@@ -78,7 +78,7 @@ plopp @ git+https://github.com/scipp/plopp@main
7878 # via
7979 # -r nightly.in
8080 # scippneutron
81- prompt-toolkit==3.0.47
81+ prompt-toolkit==3.0.48
8282 # via ipython
8383ptyprocess==0.7.0
8484 # via pexpect
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ pre-commit==3.8.0
2121 # via -r static.in
2222pyyaml==6.0.2
2323 # via pre-commit
24- virtualenv==20.26.5
24+ virtualenv==20.26.6
2525 # via pre-commit
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build==1.2.2
99 # via -r wheels.in
1010packaging==24.1
1111 # via build
12- pyproject-hooks==1.1 .0
12+ pyproject-hooks==1.2 .0
1313 # via build
1414tomli==2.0.1
1515 # via build
You can’t perform that action at this time.
0 commit comments