File tree Expand file tree Collapse file tree 9 files changed +113
-31
lines changed Expand file tree Collapse file tree 9 files changed +113
-31
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ dask==2025.1.0
2323 # via -r base.in
2424decorator==5.1.1
2525 # via ipython
26- essreduce==24.12 .0
26+ essreduce==25.2 .0
2727 # via -r base.in
2828exceptiongroup==1.2.2
2929 # via ipython
3030executing==2.2.0
3131 # via stack-data
32- fonttools==4.55.5
32+ fonttools==4.56.0
3333 # via matplotlib
34- fsspec==2024.12 .0
34+ fsspec==2025.2 .0
3535 # via dask
3636graphviz==0.20.3
3737 # via -r base.in
@@ -43,7 +43,7 @@ importlib-metadata==8.6.1
4343 # via dask
4444ipydatawidgets==4.3.5
4545 # via pythreejs
46- ipython==8.31 .0
46+ ipython==8.32 .0
4747 # via ipywidgets
4848ipywidgets==8.1.5
4949 # via
@@ -115,7 +115,7 @@ python-dateutil==2.9.0.post0
115115 # scippnexus
116116pythreejs==2.4.2
117117 # via -r base.in
118- pytz==2024.2
118+ pytz==2025.1
119119 # via pandas
120120pyyaml==6.0.2
121121 # via dask
Original file line number Diff line number Diff line change 55#
66# pip-compile-multi
77#
8- certifi==2024.12.14
8+ certifi==2025.1.31
99 # via requests
1010charset-normalizer==3.4.1
1111 # via requests
Original file line number Diff line number Diff line change 77#
88cachetools==5.5.1
99 # via tox
10- certifi==2024.12.14
10+ certifi==2025.1.31
1111 # via requests
1212chardet==5.2.0
1313 # via tox
@@ -54,5 +54,5 @@ typing-extensions==4.12.2
5454 # via tox
5555urllib3==2.3.0
5656 # via requests
57- virtualenv==20.29.1
57+ virtualenv==20.29.2
5858 # via tox
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ jsonschema[format-nongpl]==4.23.0
5555 # jupyter-events
5656 # jupyterlab-server
5757 # nbformat
58- jupyter-events==0.11 .0
58+ jupyter-events==0.12 .0
5959 # via jupyter-server
6060jupyter-lsp==2.2.5
6161 # via jupyterlab
@@ -67,7 +67,7 @@ jupyter-server==2.15.0
6767 # notebook-shim
6868jupyter-server-terminals==0.5.3
6969 # via jupyter-server
70- jupyterlab==4.3.4
70+ jupyterlab==4.3.5
7171 # via -r dev.in
7272jupyterlab-server==2.27.3
7373 # via jupyterlab
Original file line number Diff line number Diff line change @@ -10,21 +10,23 @@ accessible-pygments==0.0.5
1010 # via pydata-sphinx-theme
1111alabaster==1.0.0
1212 # via sphinx
13- attrs==24.3.0
13+ appnope==0.1.4
14+ # via ipykernel
15+ attrs==25.1.0
1416 # via
1517 # jsonschema
1618 # referencing
17- babel==2.16 .0
19+ babel==2.17 .0
1820 # via
1921 # pydata-sphinx-theme
2022 # sphinx
21- beautifulsoup4==4.12 .3
23+ beautifulsoup4==4.13 .3
2224 # via
2325 # nbconvert
2426 # pydata-sphinx-theme
2527bleach[css]==6.2.0
2628 # via nbconvert
27- certifi==2024.12.14
29+ certifi==2025.1.31
2830 # via requests
2931charset-normalizer==3.4.1
3032 # via requests
@@ -81,13 +83,13 @@ mdit-py-plugins==0.4.2
8183 # via myst-parser
8284mdurl==0.1.2
8385 # via markdown-it-py
84- mistune==3.1.0
86+ mistune==3.1.1
8587 # via nbconvert
86- myst-parser==4.0.0
88+ myst-parser==4.0.1
8789 # via -r docs.in
8890nbclient==0.10.2
8991 # via nbconvert
90- nbconvert==7.16.5
92+ nbconvert==7.16.6
9193 # via nbsphinx
9294nbformat==5.10.4
9395 # via
@@ -110,11 +112,11 @@ psutil==6.1.1
110112 # via ipykernel
111113pydata-sphinx-theme==0.16.1
112114 # via -r docs.in
113- pyzmq==26.2.0
115+ pyzmq==26.2.1
114116 # via
115117 # ipykernel
116118 # jupyter-client
117- referencing==0.36.1
119+ referencing==0.36.2
118120 # via
119121 # jsonschema
120122 # jsonschema-specifications
Original file line number Diff line number Diff line change 66# pip-compile-multi
77#
88-r test.txt
9- mypy==1.14.1
9+ mypy==1.15.0
1010 # via -r mypy.in
1111mypy-extensions==1.0.0
1212 # via mypy
Original file line number Diff line number Diff line change 1+
12# --- END OF CUSTOM SECTION ---
23# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
34dask
45graphviz
56numpy
67pandas
78pythreejs
9+ pytest
10+ pooch
11+ scipy>=1.15.0
812plopp @ git+https://github.com/scipp/plopp@main
913sciline @ git+https://github.com/scipp/sciline@main
1014scippneutron @ git+https://github.com/scipp/scippneutron@main
1115scippnexus @ git+https://github.com/scipp/scippnexus@main
12- scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
16+ scipp
17+ --index-url=https://pypi.anaconda.org/scipp-nightly-wheels/simple/
18+ --extra-index-url=https://pypi.org/simple
19+ --pre
1320essreduce @ git+https://github.com/scipp/essreduce@main
Original file line number Diff line number Diff line change 1- # SHA1:ed858c037dfb1a6903581eae7eba3b4ad493971f
1+ # SHA1:20f7b23378e6f778cc7228b0e49b7b1f057469a6
22#
33# This file is autogenerated by pip-compile-multi
44# To update, run:
55#
66# pip-compile-multi
77#
8- -r basetest.txt
8+ --index-url https://pypi.anaconda.org/scipp-nightly-wheels/simple/
9+ --extra-index-url https://pypi.org/simple
10+
11+ annotated-types==0.7.0
12+ # via pydantic
913asttokens==3.0.0
1014 # via stack-data
15+ certifi==2025.1.31
16+ # via requests
17+ charset-normalizer==3.4.1
18+ # via requests
1119click==8.1.8
1220 # via dask
1321cloudpickle==3.1.1
@@ -24,25 +32,39 @@ dask==2025.1.0
2432 # via -r nightly.in
2533decorator==5.1.1
2634 # via ipython
35+ dnspython==2.7.0
36+ # via email-validator
37+ email-validator==2.2.0
38+ # via scippneutron
2739essreduce @ git+https://github.com/scipp/essreduce@main
2840 # via -r nightly.in
41+ exceptiongroup==1.2.2
42+ # via
43+ # ipython
44+ # pytest
2945executing==2.2.0
3046 # via stack-data
31- fonttools==4.55.5
47+ fonttools==4.56.0
3248 # via matplotlib
33- fsspec==2024.12 .0
49+ fsspec==2025.2 .0
3450 # via dask
3551graphviz==0.20.3
3652 # via -r nightly.in
3753h5py==3.12.1
3854 # via
3955 # scippneutron
4056 # scippnexus
57+ idna==3.10
58+ # via
59+ # email-validator
60+ # requests
4161importlib-metadata==8.6.1
4262 # via dask
63+ iniconfig==2.0.0
64+ # via pytest
4365ipydatawidgets==4.3.5
4466 # via pythreejs
45- ipython==8.31 .0
67+ ipython==8.32 .0
4668 # via ipywidgets
4769ipywidgets==8.1.5
4870 # via
@@ -54,6 +76,10 @@ jupyterlab-widgets==3.0.13
5476 # via ipywidgets
5577kiwisolver==1.4.8
5678 # via matplotlib
79+ lazy-loader==0.4
80+ # via
81+ # plopp
82+ # scippneutron
5783locket==1.0.0
5884 # via partd
5985matplotlib==3.10.0
@@ -66,6 +92,26 @@ mpltoolbox==24.5.1
6692 # via scippneutron
6793networkx==3.4.2
6894 # via cyclebane
95+ numpy==2.2.2
96+ # via
97+ # -r nightly.in
98+ # contourpy
99+ # h5py
100+ # ipydatawidgets
101+ # matplotlib
102+ # mpltoolbox
103+ # pandas
104+ # pythreejs
105+ # scipp
106+ # scippneutron
107+ # scipy
108+ packaging==24.2
109+ # via
110+ # dask
111+ # lazy-loader
112+ # matplotlib
113+ # pooch
114+ # pytest
69115pandas==2.2.3
70116 # via -r nightly.in
71117parso==0.8.4
@@ -76,36 +122,51 @@ pexpect==4.9.0
76122 # via ipython
77123pillow==11.1.0
78124 # via matplotlib
125+ platformdirs==4.3.6
126+ # via pooch
79127plopp @ git+https://github.com/scipp/plopp@main
80128 # via
81129 # -r nightly.in
82130 # scippneutron
131+ pluggy==1.5.0
132+ # via pytest
133+ pooch==1.8.2
134+ # via -r nightly.in
83135prompt-toolkit==3.0.50
84136 # via ipython
85137ptyprocess==0.7.0
86138 # via pexpect
87139pure-eval==0.2.3
88140 # via stack-data
141+ pydantic==2.11.0a2
142+ # via scippneutron
143+ pydantic-core==2.29.0
144+ # via pydantic
89145pygments==2.19.1
90146 # via ipython
91147pyparsing==3.2.1
92148 # via matplotlib
149+ pytest==8.3.4
150+ # via -r nightly.in
93151python-dateutil==2.9.0.post0
94152 # via
95153 # matplotlib
96154 # pandas
155+ # scippneutron
97156 # scippnexus
98157pythreejs==2.4.2
99158 # via -r nightly.in
100- pytz==2024.2
159+ pytz==2025.1
101160 # via pandas
102161pyyaml==6.0.2
103162 # via dask
163+ requests==2.32.3
164+ # via pooch
104165sciline @ git+https://github.com/scipp/sciline@main
105166 # via
106167 # -r nightly.in
107168 # essreduce
108- scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
169+ scipp==100.0.0.dev0
109170 # via
110171 # -r nightly.in
111172 # essreduce
@@ -120,10 +181,17 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
120181 # -r nightly.in
121182 # essreduce
122183 # scippneutron
184+ scipy==1.15.1
185+ # via
186+ # -r nightly.in
187+ # scippneutron
188+ # scippnexus
123189six==1.17.0
124190 # via python-dateutil
125191stack-data==0.6.3
126192 # via ipython
193+ tomli==2.2.1
194+ # via pytest
127195toolz==1.0.0
128196 # via
129197 # dask
@@ -139,9 +207,14 @@ traitlets==5.14.3
139207traittypes==0.2.1
140208 # via ipydatawidgets
141209typing-extensions==4.12.2
142- # via ipython
210+ # via
211+ # ipython
212+ # pydantic
213+ # pydantic-core
143214tzdata==2025.1
144215 # via pandas
216+ urllib3==2.3.0
217+ # via requests
145218wcwidth==0.2.13
146219 # via prompt-toolkit
147220widgetsnbextension==4.0.13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ distlib==0.3.9
1111 # via virtualenv
1212filelock==3.17.0
1313 # via virtualenv
14- identify==2.6.6
14+ identify==2.6.7
1515 # via pre-commit
1616nodeenv==1.9.1
1717 # via pre-commit
@@ -21,5 +21,5 @@ pre-commit==4.1.0
2121 # via -r static.in
2222pyyaml==6.0.2
2323 # via pre-commit
24- virtualenv==20.29.1
24+ virtualenv==20.29.2
2525 # via pre-commit
You can’t perform that action at this time.
0 commit comments