Skip to content

Commit

Permalink
Add gseapy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jun 8, 2024
1 parent 5587e1d commit 12dac47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
mkl=["mkl"],
rpy2=["rpy2"],
scvi=["scvi-tools"],
pseudobulk=["pydeseq2"],
all=["fitsne", "louvain", "scanorama", "torch", "harmony-pytorch", "nmf-torch", "rpy2", "forceatlas2-python", "scvi-tools", "pydeseq2"]
pseudobulk=["pydeseq2", "gseapy"],
all=["fitsne", "louvain", "scanorama", "torch", "harmony-pytorch", "nmf-torch", "rpy2", "forceatlas2-python", "scvi-tools", "pydeseq2", "gseapy"]
),
python_requires="~=3.8",
package_data={
Expand Down

0 comments on commit 12dac47

Please sign in to comment.