Skip to content

Commit

Permalink
⬆️ update release versioning and compatible python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
subercui committed Aug 24, 2023
1 parent 8b1705d commit bb14de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scgpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
import logging
import sys

Expand Down

0 comments on commit bb14de3

Please sign in to comment.