Skip to content

Commit

Permalink
⬆️ update dependencies for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
subercui committed May 8, 2023
1 parent d9ef761 commit 98fcad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
[tool.poetry]
name = "scGPT"
version = "0.1.0"
version = "0.1.2"
description = "Large-scale generative pretrain of single cell using transformer."
license = "MIT"
authors = ["Haotian <[email protected]>"]
repository = "https://github.com/bowang-lab/scGPT"
homepage = "https://github.com/bowang-lab/scGPT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.7.1,<3.11"
python = ">=3.7.13,<3.11"
pandas = "1.3.5"
scvi-tools = "^0.16.0"
llvmlite = "^0.38.0"
scanpy = "^1.9.1"
scanpy = "~1.9.1"
torch = "1.13.0"
torchtext = "0.14.0"
transformers = "^4.18.0"
Expand Down

0 comments on commit 98fcad5

Please sign in to comment.