Skip to content

pyproject.toml was updated (2026-07-08) #407

Description

@github-actions

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 62dd98aa..63b53e7d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,6 @@ classifiers = [
     "Programming Language :: C",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3 :: Only",
-    "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: 3.13",
@@ -35,7 +34,7 @@ classifiers = [
     "Operating System :: Unix",
     "Operating System :: MacOS",
 ]
-requires-python = ">=3.10"
+requires-python = ">=3.11"
 license = "BSD-3-Clause"
 license-files = [
     "LICENSE",
@@ -54,11 +53,11 @@ dependencies = [
     "napari-svg>=0.1.8",
     "npe2>=0.8.1",
     "numpy>=1.24.2",
-    "pandas>=1.3.3",
+    "pandas>=1.5.0",
     "Pillow>=10.0",
     "pint>=0.17",
     "platformdirs>=4.3.0",
-    "psutil>=5.9.0",
+    "psutil>=5.9.4",
     "psygnal>=0.14.2",
     "pydantic>=2.8.0",
     "pygments>=2.13.0",
@@ -68,15 +67,15 @@ dependencies = [
     "pywin32 ; platform_system == 'Windows'",
     "PyYAML>=6.0",
     "qtpy>=2.4.0",
-    "scikit-image[data]>=0.19.1",
+    "scikit-image[data]>=0.20.0",
     "scipy>=1.14.0",
     "superqt>=0.7.8",
     "tifffile>=2022.7.28",
-    "toolz>=0.11.0",
+    "toolz>=0.12.1",
     "tqdm>=4.56.0",
     "typing_extensions>=4.12",
     "vispy>=0.16.2,<0.17",
-    "wrapt>=1.13.3",
+    "wrapt>=1.14.1",
 ]
 dynamic = [
     "version",
@@ -157,8 +156,7 @@ testing = [
     "pooch>=1.6.0",
     "coverage>7",
     "pretend>=1.0.9",
-    "pytest-qt >=4.4.0; python_version > '3.10'",
-    "pytest-qt ==4.4.0; python_version <= '3.10'",
+    "pytest-qt >=4.4.0",
     "pytest-pretty>=1.1.0",
     "pytest>=8.3.5",
     "pytest-rerunfailures>=15.1",
@@ -171,7 +169,7 @@ testing = [
     "napari[optional-base, bermuda]",
 ]
 testing_extra = [
-    "torch>=1.10.2",
+    "torch>=1.13.1",
 ]
 # needed for gallery examples
 gallery = [
@@ -255,8 +253,7 @@ testing = [
     "pooch>=1.6.0",
     "coverage>7",
     "pretend>=1.0.9",
-    "pytest-qt >=4.4.0; python_version > '3.10'",
-    "pytest-qt ==4.4.0; python_version <= '3.10'",
+    "pytest-qt >=4.4.0",
     "pytest-pretty>=1.1.0",
     "pytest>=8.3.5",
     "pytest-rerunfailures>=15.1",
@@ -269,7 +266,7 @@ testing = [
     "napari[optional-base, bermuda]",
 ]
 testing_extra = [
-    "torch>=1.10.2",
+    "torch>=1.13.1",
 ]
 # needed for gallery examples
 gallery = [
@@ -696,9 +693,10 @@ module = [
     'napari._qt.widgets.qt_logger',
     'napari._qt.widgets.qt_mode_buttons',
     'napari._qt.widgets.qt_plugin_sorter',
-    'napari._qt.widgets.qt_range_slider_popup',
+    'napari._qt.widgets.qt_progress_bar',
+    'napari._qt.widgets.qt_scrollbar',
     'napari._qt.widgets.qt_size_preview',
-    'napari._qt.widgets.qt_spinbox',
+    'napari._qt.widgets.qt_tooltip',
     'napari._qt.widgets.qt_viewer_buttons',
     'napari._qt.widgets.qt_viewer_dock_widget',
     'napari._qt.widgets.qt_viewer_status_bar',
@@ -729,7 +727,7 @@ module = [
     'napari.utils.events.containers._evented_dict',
     'napari.utils.events.containers._evented_list',
     'napari.utils.events.containers._nested_list',
-    'napari.utils.events.custom_types',
+    'napari.utils.events.debugging',
     'napari.utils.events.event',
     'napari.utils.events.evented_model',
     'napari.utils.interactions',

cc @jni, @Czaki, @psobolewskiPhD, @TimMonko

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions