Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: [Automatic] Constraints upgrades: napari, sentry-sdk, tifffile #1169

Merged
merged 6 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
PYVISTA_OFF_SCREEN: True # required for opengl on windows
NAPARI: ${{ inputs.napari }}
BACKEND: ${{ inputs.qt_backend }}
PIP_CONSTRAINT: requirements/constraints_py${{ inputs.python_version }}${{ inputs.pydantic }}.txt
UV_CONSTRAINT: requirements/constraints_py${{ inputs.python_version }}${{ inputs.pydantic }}.txt
PIP_CONSTRAINT: ${{ inputs.napari == 'latest' && 'requirements/constraints_py${{ inputs.python_version }}${{ inputs.pydantic }}.txt' || '' }}
UV_CONSTRAINT: ${{ inputs.napari == 'latest' && 'requirements/constraints_py${{ inputs.python_version }}${{ inputs.pydantic }}.txt' || '' }}

- uses: actions/upload-artifact@v4
with:
Expand Down
24 changes: 12 additions & 12 deletions requirements/constraints_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ imageio==2.34.2
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# build
# dask
Expand Down Expand Up @@ -165,7 +165,7 @@ mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
napari==0.5.0
napari==0.5.1
# via partseg (pyproject.toml)
napari-console==0.0.9
# via napari
Expand Down Expand Up @@ -326,7 +326,7 @@ pyside6-essentials==6.4.2
# via
# pyside6
# pyside6-addons
pytest==8.3.1
pytest==8.3.2
# via
# partseg (pyproject.toml)
# pytest-qt
Expand Down Expand Up @@ -380,7 +380,7 @@ rich==13.7.1
# via
# npe2
# typer
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand All @@ -393,11 +393,11 @@ scipy==1.14.0
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.10.0
sentry-sdk==2.11.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
setuptools==71.1.0
setuptools==72.0.0
# via
# pyinstaller
# pyinstaller-hooks-contrib
Expand All @@ -421,17 +421,17 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via numpydoc
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stack-data==0.6.3
# via ipython
Expand All @@ -444,7 +444,7 @@ sympy==1.13.1
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.7.21
tifffile==2024.7.24
# via
# partseg (pyproject.toml)
# czifile
Expand Down
24 changes: 12 additions & 12 deletions requirements/constraints_py3.10_pydantic_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ imageio==2.34.2
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# build
# dask
Expand Down Expand Up @@ -163,7 +163,7 @@ mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
napari==0.5.0
napari==0.5.1
# via partseg (pyproject.toml)
napari-console==0.0.9
# via napari
Expand Down Expand Up @@ -323,7 +323,7 @@ pyside6-essentials==6.4.2
# via
# pyside6
# pyside6-addons
pytest==8.3.1
pytest==8.3.2
# via
# partseg (pyproject.toml)
# pytest-qt
Expand Down Expand Up @@ -377,7 +377,7 @@ rich==13.7.1
# via
# npe2
# typer
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand All @@ -390,11 +390,11 @@ scipy==1.14.0
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.10.0
sentry-sdk==2.11.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
setuptools==71.1.0
setuptools==72.0.0
# via
# pyinstaller
# pyinstaller-hooks-contrib
Expand All @@ -418,17 +418,17 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via numpydoc
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stack-data==0.6.3
# via ipython
Expand All @@ -441,7 +441,7 @@ sympy==1.13.1
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.7.21
tifffile==2024.7.24
# via
# partseg (pyproject.toml)
# czifile
Expand Down
24 changes: 12 additions & 12 deletions requirements/constraints_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ imageio==2.34.2
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via dask
in-n-out==0.2.1
# via app-model
Expand Down Expand Up @@ -159,7 +159,7 @@ mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
napari==0.5.0
napari==0.5.1
# via partseg (pyproject.toml)
napari-console==0.0.9
# via napari
Expand Down Expand Up @@ -319,7 +319,7 @@ pyside6-essentials==6.4.2
# via
# pyside6
# pyside6-addons
pytest==8.3.1
pytest==8.3.2
# via
# partseg (pyproject.toml)
# pytest-qt
Expand Down Expand Up @@ -373,7 +373,7 @@ rich==13.7.1
# via
# npe2
# typer
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand All @@ -386,11 +386,11 @@ scipy==1.14.0
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.10.0
sentry-sdk==2.11.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
setuptools==71.1.0
setuptools==72.0.0
# via
# pyinstaller
# pyinstaller-hooks-contrib
Expand All @@ -414,17 +414,17 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via numpydoc
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stack-data==0.6.3
# via ipython
Expand All @@ -437,7 +437,7 @@ sympy==1.13.1
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.7.21
tifffile==2024.7.24
# via
# partseg (pyproject.toml)
# czifile
Expand Down
20 changes: 10 additions & 10 deletions requirements/constraints_py3.11_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ imageio==2.34.2
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via dask
in-n-out==0.2.1
# via app-model
Expand Down Expand Up @@ -151,7 +151,7 @@ mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
napari==0.5.0
napari==0.5.1
# via partseg (pyproject.toml)
napari-console==0.0.9
# via napari
Expand Down Expand Up @@ -346,7 +346,7 @@ rich==13.7.1
# via
# npe2
# typer
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand All @@ -357,7 +357,7 @@ scipy==1.14.0
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.10.0
sentry-sdk==2.11.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
Expand Down Expand Up @@ -390,17 +390,17 @@ sphinx-autodoc-typehints==2.2.3
# via partseg (pyproject.toml)
sphinx-qt-documentation==0.4.1
# via partseg (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stack-data==0.6.3
# via ipython
Expand All @@ -413,7 +413,7 @@ sympy==1.13.1
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.7.21
tifffile==2024.7.24
# via
# partseg (pyproject.toml)
# czifile
Expand Down
Loading