From 404b00dddedda4bcbcccb5b4a8cea59c8ff6e7e5 Mon Sep 17 00:00:00 2001 From: "brian.kim" Date: Mon, 11 Nov 2024 01:47:58 -0800 Subject: [PATCH] python versions --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5d6bac7..718583e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,8 @@ name = "allencell-segmenter-ml" version = "0.1.16" description = "A plugin to leverage ML segmentation in napari" readme = "README.md" -requires-python = "<3.11,>=3.9" +requires-python = ">=3.9,<3.11" license = { file = "LICENSE" } -authors = [ - { email = "brian.kim@alleninstitute.org", name = "Brian Kim" }, - { email = "chrishu@alleninstitute.org", name = "Chris Hughes" }, - { email = "daniel.saelid@alleninstitute.org", name = "Daniel Saelid" }, -] classifiers = [ "Development Status :: 2 - Pre-Alpha",