diff --git a/pyproject.toml b/pyproject.toml index 4dfddd6..6e8b741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "SCENIC+ is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data." readme = "README.md" version = "1.0a1" -requires-python = ">=3.8" +requires-python = ">=3.8,<=3.11.8" keywords = ["scATAC", "GRN inference", "eGRN inference"] license = { file = "LICENCE.txt" } classifiers = [