Skip to content

Commit

Permalink
pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 authored Jan 30, 2023
1 parent ef6c8ad commit 89b85a3
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ readme = {file = "README.md", content-type="text/markdown"}
dynamic = ["version"]


[project.urls]
Source = "https://github.com/Intron7/rapids_singlecell"
dependencies = [
"anndata>=0.7.4",
"numpy>=1.17.0",
"decoupler>=1.3.2",
"scipy>=1.4",
"pandas>=1.0",
"natsort",
"scikit-misc>=0.1.3",
"matplotlib>=3.4",
"seaborn",
"tqdm"
]

[project.optional-dependencies]
rapids = ["cudf-cu11", "cuml-cu11", "cugraph-cu11"]

[project.urls]
Source = "https://github.com/Intron7/rapids-singlecell"

0 comments on commit 89b85a3

Please sign in to comment.