From ac177273b500f937ae72a1ee5cb7ef09c4aeedb1 Mon Sep 17 00:00:00 2001 From: Preston Peranich Date: Fri, 21 Nov 2025 09:48:51 -0500 Subject: [PATCH] fix: relax python upper version and remove patch constraint. fix: adding missing fixes --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5536e8e..543315f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,20 @@ [project] name = "ezmsg-panel" -version = "0.6.6" +version = "0.6.7" description = "Panel patterns for ezmsg systems" authors = [ { name = "Griffin Milsap", email = "griffin.milsap@gmail.com" } ] readme = "README.md" -homepage = "https://github.com/griffinmilsap/ezmsg-panel" -requires-python = ">=3.10.15,<3.13" +requires-python = ">=3.10" dependencies = [ "ezmsg>=3.5.0", "panel>=1.5.3", ] +[project.urls] +homepage = "https://github.com/griffinmilsap/ezmsg-panel" + [project.optional-dependencies] sigproc = [ "ezmsg-sigproc>=1.8.2,<2.0",