Skip to content

Commit 98fcad5

Browse files
committed
⬆️ update dependencies for release 0.1.2
1 parent d9ef761 commit 98fcad5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[tool.poetry]
22
name = "scGPT"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Large-scale generative pretrain of single cell using transformer."
5+
license = "MIT"
56
authors = ["Haotian <[email protected]>"]
7+
repository = "https://github.com/bowang-lab/scGPT"
8+
homepage = "https://github.com/bowang-lab/scGPT"
9+
readme = "README.md"
610

711
[tool.poetry.dependencies]
8-
python = ">=3.7.1,<3.11"
12+
python = ">=3.7.13,<3.11"
913
pandas = "1.3.5"
1014
scvi-tools = "^0.16.0"
1115
llvmlite = "^0.38.0"
12-
scanpy = "^1.9.1"
16+
scanpy = "~1.9.1"
1317
torch = "1.13.0"
1418
torchtext = "0.14.0"
1519
transformers = "^4.18.0"

0 commit comments

Comments
 (0)