From bb14de39a7c46c76f2ad96bb5480c60f18be76eb Mon Sep 17 00:00:00 2001 From: haotian Date: Thu, 24 Aug 2023 17:57:04 -0400 Subject: [PATCH] :arrow_up: update release versioning and compatible python versions --- pyproject.toml | 2 +- scgpt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6c6e8a3..e4406063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/bowang-lab/scGPT" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.7.13,<3.11" +python = ">=3.7.13,<4" pandas = "1.3.5" scvi-tools = "^0.16.0" llvmlite = "^0.38.0" diff --git a/scgpt/__init__.py b/scgpt/__init__.py index 5b447559..e14fb8a2 100644 --- a/scgpt/__init__.py +++ b/scgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" import logging import sys