From a52748ff276043be71424002672c018de2ff5a06 Mon Sep 17 00:00:00 2001 From: Amir Ali Moinfar Date: Thu, 7 Nov 2024 17:49:10 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e9da80..7ddbbec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "drvi" version = "0.1.0" description = "Disentangled Generative Representation of Single Cell Omics" readme = "README.md" -requires-python = ">=3.10,<3.12" +requires-python = ">=3.10,<3.13" license = {file = "LICENSE"} authors = [ {name = "Amir Ali Moinfar"},