Skip to content

Commit c0e8cf6

Browse files
authored
Merge pull request #243 from scipp/add-numba-docs
Add numba to docs requirements
2 parents 99933a7 + 770f1e8 commit c0e8cf6

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mpltoolbox==25.4.0
3939
# via scippneutron
4040
networkx==3.4.2
4141
# via cyclebane
42-
numpy==2.2.5
42+
numpy==2.2.6
4343
# via
4444
# contourpy
4545
# h5py

requirements/basetest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ matplotlib-inline==0.1.7
5353
# via ipython
5454
numba==0.61.2
5555
# via -r basetest.in
56-
numpy==2.2.5
56+
numpy==2.2.6
5757
# via
5858
# contourpy
5959
# matplotlib
@@ -76,7 +76,7 @@ platformdirs==4.3.8
7676
# via pooch
7777
plopp==25.4.1
7878
# via tof
79-
pluggy==1.5.0
79+
pluggy==1.6.0
8080
# via pytest
8181
pooch==1.8.2
8282
# via -r basetest.in

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ platformdirs==4.3.8
3636
# via
3737
# tox
3838
# virtualenv
39-
pluggy==1.5.0
39+
pluggy==1.6.0
4040
# via tox
4141
pyproject-api==1.9.1
4242
# via tox

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pip-tools==7.4.1
8585
# via pip-compile-multi
8686
plumbum==1.9.0
8787
# via copier
88-
prometheus-client==0.21.1
88+
prometheus-client==0.22.0
8989
# via jupyter-server
9090
pycparser==2.22
9191
# via cffi
@@ -111,7 +111,7 @@ terminado==0.18.1
111111
# jupyter-server-terminals
112112
toposort==1.10
113113
# via pip-compile-multi
114-
types-python-dateutil==2.9.0.20241206
114+
types-python-dateutil==2.9.0.20250516
115115
# via arrow
116116
uri-template==1.3.0
117117
# via jsonschema

requirements/docs.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ipykernel
33
ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells.
44
myst-parser
55
nbsphinx
6+
numba
67
plopp
78
pydata-sphinx-theme>=0.14
89
sphinx

requirements/docs.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:de5c64b312f00d07eca11697a7756051987dfe90
1+
# SHA1:5205c7bf93f31f2c74209026f99d2e5496ed7adc
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -92,6 +92,8 @@ jupyterlab-pygments==0.3.0
9292
# via nbconvert
9393
jupyterlab-widgets==3.0.15
9494
# via ipywidgets
95+
llvmlite==0.44.0
96+
# via numba
9597
markdown-it-py==3.0.0
9698
# via
9799
# mdit-py-plugins
@@ -125,6 +127,8 @@ nbsphinx==0.9.7
125127
# via -r docs.in
126128
nest-asyncio==1.6.0
127129
# via ipykernel
130+
numba==0.61.2
131+
# via -r docs.in
128132
pandocfilters==1.5.1
129133
# via nbconvert
130134
parso==0.8.4
@@ -162,7 +166,7 @@ referencing==0.36.2
162166
# jsonschema-specifications
163167
requests==2.32.3
164168
# via sphinx
165-
rpds-py==0.24.0
169+
rpds-py==0.25.0
166170
# via
167171
# jsonschema
168172
# referencing
@@ -205,7 +209,7 @@ tof==25.5.0
205209
# via -r docs.in
206210
tomli==2.2.1
207211
# via sphinx
208-
tornado==6.4.2
212+
tornado==6.5
209213
# via
210214
# ipykernel
211215
# jupyter-client

requirements/nightly.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ networkx==3.4.2
7979
# via cyclebane
8080
numba==0.61.2
8181
# via -r nightly.in
82-
numpy==2.2.5
82+
numpy==2.2.6
8383
# via
8484
# contourpy
8585
# h5py
@@ -106,7 +106,7 @@ plopp==25.4.1
106106
# via
107107
# scippneutron
108108
# tof
109-
pluggy==1.5.0
109+
pluggy==1.6.0
110110
# via pytest
111111
pooch==1.8.2
112112
# via -r nightly.in

0 commit comments

Comments
 (0)