From 6fb9c76d1c328f4113ac7797efc7e69f4eab1499 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:25:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/napari-micromanager.py | 1 + setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/napari-micromanager.py b/examples/napari-micromanager.py index ca01880..90063f9 100644 --- a/examples/napari-micromanager.py +++ b/examples/napari-micromanager.py @@ -7,6 +7,7 @@ otherwise you will be unable to see the spatial variation. """ + from pathlib import Path import napari diff --git a/setup.cfg b/setup.cfg index 28bb811..6d4eca7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mda-simulator author = Ian Hunt-Isaak, John Russell author_email = ianhuntisaak@gmail.com license = BSD-3-Clause -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 2 - Pre-Alpha License :: OSI Approved :: BSD License @@ -23,7 +23,7 @@ packages = find: install_requires = numpy scikit-image -python_requires = >=3.7 +python_requires = >=3.8 zip_safe = False [options.extras_require]