Skip to content

Commit b644c09

Browse files
committed
tox -e deps
1 parent c1985f5 commit b644c09

File tree

9 files changed

+113
-31
lines changed

9 files changed

+113
-31
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ dask==2025.1.0
2323
# via -r base.in
2424
decorator==5.1.1
2525
# via ipython
26-
essreduce==24.12.0
26+
essreduce==25.2.0
2727
# via -r base.in
2828
exceptiongroup==1.2.2
2929
# via ipython
3030
executing==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
3636
graphviz==0.20.3
3737
# via -r base.in
@@ -43,7 +43,7 @@ importlib-metadata==8.6.1
4343
# via dask
4444
ipydatawidgets==4.3.5
4545
# via pythreejs
46-
ipython==8.31.0
46+
ipython==8.32.0
4747
# via ipywidgets
4848
ipywidgets==8.1.5
4949
# via
@@ -115,7 +115,7 @@ python-dateutil==2.9.0.post0
115115
# scippnexus
116116
pythreejs==2.4.2
117117
# via -r base.in
118-
pytz==2024.2
118+
pytz==2025.1
119119
# via pandas
120120
pyyaml==6.0.2
121121
# via dask

requirements/basetest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
certifi==2024.12.14
8+
certifi==2025.1.31
99
# via requests
1010
charset-normalizer==3.4.1
1111
# via requests

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
cachetools==5.5.1
99
# via tox
10-
certifi==2024.12.14
10+
certifi==2025.1.31
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
@@ -54,5 +54,5 @@ typing-extensions==4.12.2
5454
# via tox
5555
urllib3==2.3.0
5656
# via requests
57-
virtualenv==20.29.1
57+
virtualenv==20.29.2
5858
# via tox

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
jupyter-lsp==2.2.5
6161
# via jupyterlab
@@ -67,7 +67,7 @@ jupyter-server==2.15.0
6767
# notebook-shim
6868
jupyter-server-terminals==0.5.3
6969
# via jupyter-server
70-
jupyterlab==4.3.4
70+
jupyterlab==4.3.5
7171
# via -r dev.in
7272
jupyterlab-server==2.27.3
7373
# via jupyterlab

requirements/docs.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@ accessible-pygments==0.0.5
1010
# via pydata-sphinx-theme
1111
alabaster==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
2527
bleach[css]==6.2.0
2628
# via nbconvert
27-
certifi==2024.12.14
29+
certifi==2025.1.31
2830
# via requests
2931
charset-normalizer==3.4.1
3032
# via requests
@@ -81,13 +83,13 @@ mdit-py-plugins==0.4.2
8183
# via myst-parser
8284
mdurl==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
8890
nbclient==0.10.2
8991
# via nbconvert
90-
nbconvert==7.16.5
92+
nbconvert==7.16.6
9193
# via nbsphinx
9294
nbformat==5.10.4
9395
# via
@@ -110,11 +112,11 @@ psutil==6.1.1
110112
# via ipykernel
111113
pydata-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

requirements/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pip-compile-multi
77
#
88
-r test.txt
9-
mypy==1.14.1
9+
mypy==1.15.0
1010
# via -r mypy.in
1111
mypy-extensions==1.0.0
1212
# via mypy

requirements/nightly.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
12
# --- END OF CUSTOM SECTION ---
23
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
34
dask
45
graphviz
56
numpy
67
pandas
78
pythreejs
9+
pytest
10+
pooch
11+
scipy>=1.15.0
812
plopp @ git+https://github.com/scipp/plopp@main
913
sciline @ git+https://github.com/scipp/sciline@main
1014
scippneutron @ git+https://github.com/scipp/scippneutron@main
1115
scippnexus @ 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
1320
essreduce @ git+https://github.com/scipp/essreduce@main

requirements/nightly.txt

Lines changed: 81 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
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
913
asttokens==3.0.0
1014
# via stack-data
15+
certifi==2025.1.31
16+
# via requests
17+
charset-normalizer==3.4.1
18+
# via requests
1119
click==8.1.8
1220
# via dask
1321
cloudpickle==3.1.1
@@ -24,25 +32,39 @@ dask==2025.1.0
2432
# via -r nightly.in
2533
decorator==5.1.1
2634
# via ipython
35+
dnspython==2.7.0
36+
# via email-validator
37+
email-validator==2.2.0
38+
# via scippneutron
2739
essreduce @ git+https://github.com/scipp/essreduce@main
2840
# via -r nightly.in
41+
exceptiongroup==1.2.2
42+
# via
43+
# ipython
44+
# pytest
2945
executing==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
3551
graphviz==0.20.3
3652
# via -r nightly.in
3753
h5py==3.12.1
3854
# via
3955
# scippneutron
4056
# scippnexus
57+
idna==3.10
58+
# via
59+
# email-validator
60+
# requests
4161
importlib-metadata==8.6.1
4262
# via dask
63+
iniconfig==2.0.0
64+
# via pytest
4365
ipydatawidgets==4.3.5
4466
# via pythreejs
45-
ipython==8.31.0
67+
ipython==8.32.0
4668
# via ipywidgets
4769
ipywidgets==8.1.5
4870
# via
@@ -54,6 +76,10 @@ jupyterlab-widgets==3.0.13
5476
# via ipywidgets
5577
kiwisolver==1.4.8
5678
# via matplotlib
79+
lazy-loader==0.4
80+
# via
81+
# plopp
82+
# scippneutron
5783
locket==1.0.0
5884
# via partd
5985
matplotlib==3.10.0
@@ -66,6 +92,26 @@ mpltoolbox==24.5.1
6692
# via scippneutron
6793
networkx==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
69115
pandas==2.2.3
70116
# via -r nightly.in
71117
parso==0.8.4
@@ -76,36 +122,51 @@ pexpect==4.9.0
76122
# via ipython
77123
pillow==11.1.0
78124
# via matplotlib
125+
platformdirs==4.3.6
126+
# via pooch
79127
plopp @ 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
83135
prompt-toolkit==3.0.50
84136
# via ipython
85137
ptyprocess==0.7.0
86138
# via pexpect
87139
pure-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
89145
pygments==2.19.1
90146
# via ipython
91147
pyparsing==3.2.1
92148
# via matplotlib
149+
pytest==8.3.4
150+
# via -r nightly.in
93151
python-dateutil==2.9.0.post0
94152
# via
95153
# matplotlib
96154
# pandas
155+
# scippneutron
97156
# scippnexus
98157
pythreejs==2.4.2
99158
# via -r nightly.in
100-
pytz==2024.2
159+
pytz==2025.1
101160
# via pandas
102161
pyyaml==6.0.2
103162
# via dask
163+
requests==2.32.3
164+
# via pooch
104165
sciline @ 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
123189
six==1.17.0
124190
# via python-dateutil
125191
stack-data==0.6.3
126192
# via ipython
193+
tomli==2.2.1
194+
# via pytest
127195
toolz==1.0.0
128196
# via
129197
# dask
@@ -139,9 +207,14 @@ traitlets==5.14.3
139207
traittypes==0.2.1
140208
# via ipydatawidgets
141209
typing-extensions==4.12.2
142-
# via ipython
210+
# via
211+
# ipython
212+
# pydantic
213+
# pydantic-core
143214
tzdata==2025.1
144215
# via pandas
216+
urllib3==2.3.0
217+
# via requests
145218
wcwidth==0.2.13
146219
# via prompt-toolkit
147220
widgetsnbextension==4.0.13

requirements/static.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ distlib==0.3.9
1111
# via virtualenv
1212
filelock==3.17.0
1313
# via virtualenv
14-
identify==2.6.6
14+
identify==2.6.7
1515
# via pre-commit
1616
nodeenv==1.9.1
1717
# via pre-commit
@@ -21,5 +21,5 @@ pre-commit==4.1.0
2121
# via -r static.in
2222
pyyaml==6.0.2
2323
# via pre-commit
24-
virtualenv==20.29.1
24+
virtualenv==20.29.2
2525
# via pre-commit

0 commit comments

Comments
 (0)