Skip to content

Commit

Permalink
bump requirements (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki authored Apr 28, 2022
1 parent 363ed39 commit 2007b69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_pyinstaller.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ xlrd
xlsxwriter
sphinx!=3.5.0
pydantic!=1.8
vispy
vispy!=0.10.0
traceback-with-variables
35 changes: 18 additions & 17 deletions requirements/requirements_pyinstaller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asttokens==2.0.5
# via stack-data
attrs==21.4.0
# via jsonschema
babel==2.9.1
babel==2.10.1
# via sphinx
backcall==0.2.0
# via ipython
Expand All @@ -36,7 +36,7 @@ cloudpickle==2.0.0
# via dask
czifile==2019.7.2
# via -r requirements_pyinstaller.in
dask[array]==2022.4.0
dask[array]==2022.4.1
# via
# -r requirements_pyinstaller.in
# napari
Expand All @@ -46,7 +46,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via -r requirements_pyinstaller.in
docstring-parser==0.13
docstring-parser==0.14
# via magicgui
docutils==0.17.1
# via sphinx
Expand All @@ -56,7 +56,7 @@ et-xmlfile==1.1.0
# via openpyxl
executing==0.8.3
# via stack-data
freetype-py==2.2.0
freetype-py==2.3.0
# via vispy
fsspec==2022.3.0
# via dask
Expand All @@ -70,15 +70,15 @@ idna==3.3
# via requests
imagecodecs==2022.2.22
# via -r requirements_pyinstaller.in
imageio==2.16.2
imageio==2.18.0
# via
# napari
# napari-svg
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
# via sphinx
importlib-resources==5.6.0
importlib-resources==5.7.1
# via jsonschema
ipykernel==6.13.0
# via
Expand All @@ -98,17 +98,17 @@ jinja2==3.0.3
# sphinx
jsonschema==4.4.0
# via napari
jupyter-client==7.2.2
jupyter-client==7.3.0
# via
# ipykernel
# qtconsole
jupyter-core==4.9.2
jupyter-core==4.10.0
# via
# jupyter-client
# qtconsole
kiwisolver==1.4.2
# via vispy
locket==0.2.1
locket==1.0.0
# via partd
lxml==4.8.0
# via -r requirements_pyinstaller.in
Expand Down Expand Up @@ -196,7 +196,7 @@ pillow==9.1.0
# via
# imageio
# napari
pint==0.19.1
pint==0.19.2
# via napari
prompt-toolkit==3.0.29
# via ipython
Expand All @@ -217,14 +217,15 @@ pydantic==1.9.0
# -r requirements_pyinstaller.in
# napari
# npe2
pygments==2.11.2
pygments==2.12.0
# via
# -r requirements_pyinstaller.in
# ipython
# qtconsole
# sphinx
pyinstaller==5.0
pyinstaller==5.0.1
# via -r requirements_pyinstaller.in
pyinstaller-hooks-contrib==2022.3
pyinstaller-hooks-contrib==2022.4
# via pyinstaller
pyopengl==3.1.6
# via napari
Expand All @@ -244,7 +245,7 @@ python-dateutil==2.8.2
# via
# jupyter-client
# pandas
pytomlpp==1.0.10
pytomlpp==1.0.11
# via npe2
pytz==2022.1
# via
Expand Down Expand Up @@ -280,7 +281,7 @@ scipy==1.8.0
# via
# -r requirements_pyinstaller.in
# napari
sentry-sdk==1.5.9
sentry-sdk==1.5.10
# via -r requirements_pyinstaller.in
simpleitk==2.1.1.2
# via -r requirements_pyinstaller.in
Expand Down Expand Up @@ -314,7 +315,7 @@ superqt==0.3.1
# napari
sympy==1.10.1
# via -r requirements_pyinstaller.in
tifffile==2022.4.8
tifffile==2022.4.26
# via
# -r requirements_pyinstaller.in
# czifile
Expand Down Expand Up @@ -343,7 +344,7 @@ traitlets==5.1.1
# qtconsole
typer==0.4.1
# via npe2
typing-extensions==4.1.1
typing-extensions==4.2.0
# via
# magicgui
# napari
Expand Down

0 comments on commit 2007b69

Please sign in to comment.