Skip to content

Commit

Permalink
Merge pull request #207 from scipp/fix-dependencies
Browse files Browse the repository at this point in the history
Upgrade plopp/matplotlib
  • Loading branch information
YooSunYoung authored May 24, 2024
2 parents 359058d + 8ff8d42 commit f51f2eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ scippneutron==24.3.0
# via -r base.in
scippnexus==24.3.1
# via scippneutron
scipy==1.13.0
scipy==1.13.1
# via
# scippneutron
# scippnexus
Expand Down
4 changes: 2 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pillow==10.3.0
# via matplotlib
platformdirs==4.2.2
# via pooch
plopp==24.4.0
plopp==24.5.0
# via -r basetest.in
pluggy==1.5.0
# via pytest
Expand Down Expand Up @@ -96,7 +96,7 @@ scippneutron==24.3.0
# via -r basetest.in
scippnexus==24.3.1
# via scippneutron
scipy==1.13.0
scipy==1.13.1
# via
# scippneutron
# scippnexus
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jupyter-server==2.14.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.0
jupyterlab==4.2.1
# via -r dev.in
jupyterlab-server==2.27.1
jupyterlab-server==2.27.2
# via jupyterlab
notebook-shim==0.2.4
# via jupyterlab
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jsonschema==4.22.0
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
jupyter-client==8.6.2
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -169,7 +169,7 @@ sphinx-autodoc-typehints==2.1.0
# via -r docs.in
sphinx-copybutton==0.5.2
# via -r docs.in
sphinx-design==0.5.0
sphinx-design==0.6.0
# via -r docs.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand Down Expand Up @@ -209,7 +209,7 @@ traitlets==5.14.3
# traittypes
traittypes==0.2.1
# via ipydatawidgets
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# ipython
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ mypy==1.10.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
typing-extensions==4.11.0
typing-extensions==4.12.0
# via mypy
4 changes: 2 additions & 2 deletions requirements/stream.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ markdown-it-py[linkify,plugins]==3.0.0
# textual
mdit-py-plugins==0.4.1
# via markdown-it-py
textual==0.62.0
textual==0.63.2
# via -r stream.in
typing-extensions==4.11.0
typing-extensions==4.12.0
# via textual
uc-micro-py==1.0.3
# via linkify-it-py

0 comments on commit f51f2eb

Please sign in to comment.