Skip to content

Commit

Permalink
Update bundle dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki authored Mar 20, 2023
1 parent d968cc7 commit 6bced40
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions requirements/requirements_pyinstaller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.13
# via sphinx
altgraph==0.17.3
# via pyinstaller
app-model==0.1.1
app-model==0.1.2
# via napari
appdirs==1.4.4
# via
Expand All @@ -32,7 +32,7 @@ certifi==2022.12.7
# napari
# requests
# sentry-sdk
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
Expand All @@ -44,7 +44,7 @@ comm==0.1.2
# via ipykernel
czifile==2019.7.2
# via PartSeg (setup.cfg)
dask[array]==2023.3.0
dask[array]==2023.3.1
# via napari
debugpy==1.6.6
# via ipykernel
Expand Down Expand Up @@ -72,23 +72,23 @@ hsluv==5.0.3
# via vispy
idna==3.4
# via requests
imagecodecs==2023.1.23
imagecodecs==2023.3.16
# via PartSeg (setup.cfg)
imageio==2.26.0
imageio==2.26.1
# via
# PartSeg (setup.cfg)
# napari
# napari-svg
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via
# jupyter-client
# sphinx
in-n-out==0.1.7
# via app-model
ipykernel==6.21.2
ipykernel==6.21.3
# via
# PartSeg (setup.cfg)
# napari-console
Expand All @@ -112,13 +112,15 @@ jupyter-client==8.0.3
# via
# ipykernel
# qtconsole
jupyter-core==5.2.0
jupyter-core==5.3.0
# via
# ipykernel
# jupyter-client
# qtconsole
kiwisolver==1.4.4
# via vispy
lazy-loader==0.1
# via scikit-image
locket==1.0.0
# via partd
magicgui==0.7.2
Expand All @@ -137,7 +139,7 @@ matplotlib-inline==0.1.6
# ipython
mdurl==0.1.2
# via markdown-it-py
mpmath==1.2.1
mpmath==1.3.0
# via sympy
mypy-extensions==1.0.0
# via psygnal
Expand Down Expand Up @@ -183,7 +185,7 @@ numpydoc==1.5.0
# via napari
oiffile==2022.9.29
# via PartSeg (setup.cfg)
openpyxl==3.1.1
openpyxl==3.1.2
# via PartSeg (setup.cfg)
packaging==23.0
# via
Expand All @@ -192,6 +194,7 @@ packaging==23.0
# dask
# ipykernel
# nme
# qtconsole
# qtpy
# scikit-image
# sphinx
Expand Down Expand Up @@ -219,7 +222,7 @@ pillow==9.4.0
# scikit-image
pint==0.20.1
# via napari
platformdirs==3.1.0
platformdirs==3.1.1
# via jupyter-core
prompt-toolkit==3.0.38
# via ipython
Expand All @@ -238,7 +241,7 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pydantic==1.10.5
pydantic==1.10.6
# via
# PartSeg (setup.cfg)
# app-model
Expand All @@ -253,9 +256,9 @@ pygments==2.14.0
# rich
# sphinx
# superqt
pyinstaller==5.8.0
pyinstaller==5.9.0
# via PartSeg (setup.cfg)
pyinstaller-hooks-contrib==2023.0
pyinstaller-hooks-contrib==2023.1
# via pyinstaller
pyopengl==3.1.6
# via napari
Expand Down Expand Up @@ -286,14 +289,14 @@ pyyaml==6.0
# dask
# napari
# npe2
pyzmq==25.0.0
pyzmq==25.0.1
# via
# ipykernel
# jupyter-client
# qtconsole
qtawesome==1.2.2
qtawesome==1.2.3
# via PartSeg (setup.cfg)
qtconsole==5.4.0
qtconsole==5.4.1
# via
# PartSeg (setup.cfg)
# napari-console
Expand All @@ -312,14 +315,14 @@ requests==2.28.2
# sphinx
rich==13.3.2
# via npe2
scikit-image==0.19.3
scikit-image==0.20.0
# via napari
scipy==1.9.1
# via
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.16.0
sentry-sdk==1.17.0
# via PartSeg (setup.cfg)
simpleitk==2.2.1
# via PartSeg (setup.cfg)
Expand Down Expand Up @@ -355,7 +358,7 @@ superqt==0.4.1
# napari
sympy==1.11.1
# via PartSeg (setup.cfg)
tifffile==2023.2.28
tifffile==2023.3.15
# via
# PartSeg (setup.cfg)
# czifile
Expand Down Expand Up @@ -398,7 +401,7 @@ typing-extensions==4.5.0
# psygnal
# pydantic
# superqt
urllib3==1.26.14
urllib3==1.26.15
# via
# requests
# sentry-sdk
Expand All @@ -413,7 +416,7 @@ wrapt==1.15.0
# via napari
xlrd==2.0.1
# via PartSeg (setup.cfg)
xlsxwriter==3.0.8
xlsxwriter==3.0.9
# via PartSeg (setup.cfg)
zipp==3.15.0
# via importlib-metadata
Expand Down

0 comments on commit 6bced40

Please sign in to comment.