Skip to content

Commit

Permalink
Added networkx as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Setty committed Apr 12, 2018
1 parent 3229705 commit d9faf3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'numpy>=1.14.2',
'pandas>=0.22.0',
'scipy>=1.0.1',
'networkx>=2.1',
'sklearn',
'joblib',
'fcsparser>=0.1.2',
Expand Down
1 change: 1 addition & 0 deletions src/palantir/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
import numpy as np
import pandas as pd
import networkx as nx
import time
import random
import copy
Expand Down

0 comments on commit d9faf3d

Please sign in to comment.