Skip to content

Commit

Permalink
remove unused dependencies and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LJeub committed Aug 19, 2021
1 parent ebd530c commit 6341a50
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion local2global_embedding/clustering.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Graph clustering algorithms"""

from math import log, sqrt
from math import log

import community
import torch
Expand Down
3 changes: 0 additions & 3 deletions local2global_embedding/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

import argparse
import json
import csv
from pathlib import Path
from bisect import bisect_left
from statistics import mean
from collections.abc import Iterable, Sized

import torch
import torch_geometric as tg
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
packages=find_packages(),

install_requires=[
'parse',
'numpy',
'scipy',
'pytest',
'matplotlib',
'networkx',
'python-louvain',
Expand Down

0 comments on commit 6341a50

Please sign in to comment.