From 03065eef407b0888c9d5900bf616d7ac63140b00 Mon Sep 17 00:00:00 2001 From: jdhenaos Date: Wed, 24 Jun 2026 13:25:00 +0200 Subject: [PATCH] python version changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 431a26b..502cbff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ packages = [{include = "omicslog", from = "src"}] [tool.poetry.dependencies] -python = ">=3.11,<3.12" +python = ">=3.11" anndata = ">=0.10" numpy = "^2.0.0"