Skip to content

Commit

Permalink
Merge pull request #80 from MengLiuPurdue/master
Browse files Browse the repository at this point in the history
add additional requirements
  • Loading branch information
MengLiuPurdue committed Mar 10, 2019
2 parents 819f75f + d5b2584 commit 9b9f942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pandas
plotly
coverage
python-coveralls
jupyter
jupyter
joblib
sklearn
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.4',
version='0.5.0',

description='Package for local graph clustering',
long_description=long_description,
Expand Down Expand Up @@ -93,7 +93,9 @@ def run(self):
'typing',
'matplotlib',
'pandas',
'plotly'
'plotly',
'sklearn',
'joblib'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 9b9f942

Please sign in to comment.