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

pyproject.toml was updated (2025-02-15) #222

Open
github-actions bot opened this issue Feb 15, 2025 · 1 comment
Open

pyproject.toml was updated (2025-02-15) #222

github-actions bot opened this issue Feb 15, 2025 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@github-actions
Copy link

The file pyproject.toml (see history) was modified in napari/napari. This might mean the conda-recipe in napari/packaging needs adjusting! Please check!

Calculated diff:

diff --git a/pyproject.toml b/pyproject.toml
index 4315e3a0..dba77757 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,10 +20,10 @@ classifiers = [
     "Programming Language :: C",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3 :: Only",
-    "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
     "Topic :: Scientific/Engineering",
     "Topic :: Scientific/Engineering :: Visualization",
     "Topic :: Scientific/Engineering :: Information Analysis",
@@ -34,7 +34,7 @@ classifiers = [
     "Operating System :: Unix",
     "Operating System :: MacOS",
 ]
-requires-python = ">=3.9"
+requires-python = ">=3.10"
 dependencies = [
     "appdirs>=1.4.4",
     "app-model>=0.3.0,<0.4.0",
@@ -49,28 +49,28 @@ dependencies = [
     "napari-plugin-engine>=0.1.9",
     "napari-svg>=0.1.8",
     "npe2>=0.7.6",
-    "numpy>=1.22.2",
-    "numpydoc>=0.9.2",
-    "pandas>=1.3.0",
+    "numpy>=1.24.2",
+    "numpydoc>=1.0.0",
+    "pandas>=1.3.3",
     "Pillow>=9.0",
     "pint>=0.17",
-    "psutil>=5.0",
+    "psutil>=5.9.0",
     "psygnal>=0.5.0",
     "pydantic>=2.2.0",
     "pygments>=2.6.0",
-    "PyOpenGL>=3.1.0",
+    "PyOpenGL>=3.1.5",
     "pywin32 ; platform_system == 'Windows'",
-    "PyYAML>=5.1",
+    "PyYAML>=6.0",
     "qtpy>=2.3.1",
     "scikit-image[data]>=0.19.1",
-    "scipy>=1.5.4",
+    "scipy>=1.10.1",
     "superqt>=0.6.7",
     "tifffile>=2022.7.28",
-    "toolz>=0.10.0",
+    "toolz>=0.11.0",
     "tqdm>=4.56.0",
     "typing_extensions>=4.6.1",
     "vispy>=0.14.1,<0.15",
-    "wrapt>=1.11.1",
+    "wrapt>=1.13.3",
 ]
 dynamic = [
     "version",
@@ -142,7 +142,7 @@ testing = [
     "pytest-qt>=4.3.1",
     "pytest-pretty>=1.1.0",
     "pytest>=8.1.0",
-    "tensorstore>=0.1.13",
+    "tensorstore>=0.1.32",
     "virtualenv>=20.17",
     "xarray>=0.16.2",
     "IPython>=7.25.0",
@@ -151,10 +151,10 @@ testing = [
     "napari[optional-base]",
 ]
 testing_extra = [
-    "torch>=1.7",
+    "torch>=1.10.2",
 ]
 release = [
-    "PyGithub>=1.44.1",
+    "PyGithub>=1.46",
     "twine>=3.1.1",
     "gitpython>=3.1.0",
     "requests-cache>=0.9.2",
@@ -296,6 +296,7 @@ ignore = [
     "B028", # need to be fixed
     "PYI015", # it produces bad looking files (@jni opinion)
     "W191", "Q000", "Q001", "Q002", "Q003", "ISC001", # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
+    "UP007", # temporary disable migrtion form Union[X, Y] to X | Y
 ]
 
 [tool.ruff.lint.per-file-ignores]

cc @jni, @Czaki, @psobolewskiPhD

@psobolewskiPhD
Copy link
Member

These changes do need to be considered.

@psobolewskiPhD psobolewskiPhD added the dependencies Pull requests that update a dependency file label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants