Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
subercui committed Sep 14, 2023
1 parent 6840642 commit f49de91
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 7 deletions.
96 changes: 91 additions & 5 deletions poetry.lock

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

3 changes: 2 additions & 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,<4"
python = ">=3.7.13,<3.11"
pandas = "1.3.5"
scvi-tools = "^0.16.0"
llvmlite = "^0.38.0"
Expand All @@ -25,6 +25,7 @@ datasets = "^2.3.0"
typing-extensions = "^4.2.0"
scib = "^1.0.3"
flash-attn = "^1.0.1"
orbax = "<0.1.8"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down
1 change: 0 additions & 1 deletion scgpt/scbank/databank.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from scipy.sparse import spmatrix, csr_matrix
from anndata import AnnData
from datasets import Dataset, load_dataset
from scvi import settings

from scgpt.tokenizer import GeneVocab
from .data import DataTable, MetaInfo
Expand Down

0 comments on commit f49de91

Please sign in to comment.