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"