Skip to content

Commit 956f952

Browse files
committed
add ipykernel
1 parent e7e572c commit 956f952

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ napari[pyqt5]
77
napari-iohub @ git+https://github.com/czbiohub-sf/napari-iohub.git@29cd36b # does not include clustering
88
napari-ome-zarr
99
napari-animation
10+
ipykernel

requirements.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --no-emit-options
66
#
7-
aiobotocore==2.19.0
7+
aiobotocore==2.20.0
88
# via s3fs
99
aiohappyeyeballs==2.4.6
1010
# via aiohttp
11-
aiohttp==3.11.12
11+
aiohttp==3.11.13
1212
# via
1313
# aiobotocore
1414
# ome-zarr
@@ -42,7 +42,7 @@ babel==2.17.0
4242
# via sphinx
4343
blosc2==2.7.1
4444
# via iohub
45-
botocore==1.36.3
45+
botocore==1.36.23
4646
# via aiobotocore
4747
build==1.2.2.post1
4848
# via npe2
@@ -65,7 +65,7 @@ cloudpickle==3.1.1
6565
# distributed
6666
comm==0.2.2
6767
# via ipykernel
68-
dask[array]==2025.1.0
68+
dask[array]==2025.2.0
6969
# via
7070
# distributed
7171
# iohub
@@ -74,9 +74,9 @@ dask[array]==2025.1.0
7474
# ome-zarr
7575
debugpy==1.8.12
7676
# via ipykernel
77-
decorator==5.1.1
77+
decorator==5.2.1
7878
# via ipython
79-
distributed==2025.1.0
79+
distributed==2025.2.0
8080
# via ome-zarr
8181
docstring-parser==0.16
8282
# via magicgui
@@ -131,6 +131,7 @@ iohub @ git+https://github.com/czbiohub-sf/iohub.git@c8822bc
131131
# napari-iohub
132132
ipykernel==6.29.5
133133
# via
134+
# -r requirements.in
134135
# napari-console
135136
# qtconsole
136137
ipython==8.32.0
@@ -220,15 +221,15 @@ nest-asyncio==1.6.0
220221
# via ipykernel
221222
networkx==3.4.2
222223
# via scikit-image
223-
npe2==0.7.7
224+
npe2==0.7.8
224225
# via
225226
# napari
226227
# napari-animation
227228
numcodecs==0.13.1
228229
# via zarr
229230
numexpr==2.10.2
230231
# via blosc2
231-
numpy==2.2.2
232+
numpy==2.2.3
232233
# via
233234
# blosc2
234235
# dask
@@ -294,11 +295,11 @@ pooch==1.8.2
294295
# via scikit-image
295296
prompt-toolkit==3.0.50
296297
# via ipython
297-
propcache==0.2.1
298+
propcache==0.3.0
298299
# via
299300
# aiohttp
300301
# yarl
301-
psutil==6.1.1
302+
psutil==7.0.0
302303
# via
303304
# distributed
304305
# ipykernel
@@ -392,17 +393,17 @@ rich==13.9.4
392393
# via
393394
# npe2
394395
# typer
395-
rpds-py==0.22.3
396+
rpds-py==0.23.1
396397
# via
397398
# jsonschema
398399
# referencing
399400
s3fs==2025.2.0
400401
# via fsspec
401-
scikit-image[data]==0.25.1
402+
scikit-image[data]==0.25.2
402403
# via
403404
# napari
404405
# ome-zarr
405-
scipy==1.15.1
406+
scipy==1.15.2
406407
# via
407408
# napari
408409
# napari-animation
@@ -442,7 +443,7 @@ tabulate==0.9.0
442443
# via numpydoc
443444
tblib==3.0.0
444445
# via distributed
445-
tifffile==2025.1.10
446+
tifffile==2025.2.18
446447
# via
447448
# iohub
448449
# napari

0 commit comments

Comments
 (0)