Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbhr committed May 5, 2024
1 parent 10e2146 commit 92f0098
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
{name = "Vivek Bhardwaj"},
]
maintainers = [
{name = "Vivek Bhardwaj", email = "[email protected]"},
{name = "Vivek Bhardwaj", email = "[email protected]"},
]
classifiers = [
"Intended Audience :: Science/Research",
Expand All @@ -33,7 +33,6 @@ dependencies = [
"deeptools",
"leidenalg",
"networkx",
"community",
"python-igraph",
# for debug logging (referenced from the issue template)
"session-info",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ deeptools
gensim
leidenalg
networkx
community
python-igraph
1 change: 0 additions & 1 deletion sincei/TopicModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from sklearn.metrics import pairwise_distances
import leidenalg as la

# import community
import umap
from scanpy._utils import get_igraph_from_adjacency
from scanpy.neighbors import (
Expand Down
2 changes: 1 addition & 1 deletion sincei/_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def cluster_LSA(
G : igraph object
Graph object.
"""

import community
# cluster on cel-topic dist
_distances = pairwise_distances(cell_topic.iloc[:, 1:], metric=distance_metric)
knn_indices, knn_distances = _get_indices_distances_from_dense_matrix(_distances, nk)
Expand Down

0 comments on commit 92f0098

Please sign in to comment.