Skip to content

Commit

Permalink
Merge pull request #59 from kundajelab/dependencyfix
Browse files Browse the repository at this point in the history
Dependency fix for leidenalg and tqdm
  • Loading branch information
AvantiShri authored Apr 22, 2020
2 parents f2ad2b4 + b2acd30 commit 4eb7faf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modisco.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: modisco
Version: 0.5.6.0
Version: 0.5.6.2
Summary: TF MOtif Discovery from Importance SCOres
Home-page: https://github.com/kundajelab/tfmodisco
License: UNKNOWN
Expand Down
2 changes: 2 additions & 0 deletions modisco.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ numpy>=1.9
joblib>=0.11
scikit-learn>=0.19
h5py>=2.5
leidenalg>=0.7.0
tqdm>=4.38.0

[tensorflow]
tensorflow>=1.7
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description='TF MOtif Discovery from Importance SCOres',
long_description="""Algorithm for discovering consolidated patterns from base-pair-level importance scores""",
url='https://github.com/kundajelab/tfmodisco',
version='0.5.6.0',
version='0.5.6.2',
packages=find_packages(),
package_data={
'': ['cluster/phenograph/louvain/*convert*', 'cluster/phenograph/louvain/*community*', 'cluster/phenograph/louvain/*hierarchy*']
Expand All @@ -15,7 +15,8 @@
setup_requires=[],
install_requires=['numpy>=1.9', 'joblib>=0.11',
'scikit-learn>=0.19',
'h5py>=2.5'],
'h5py>=2.5', 'leidenalg>=0.7.0',
'tqdm>=4.38.0'],
extras_require={
'tensorflow': ['tensorflow>=1.7'],
'tensorflow with gpu': ['tensorflow-gpu>=1.7']},
Expand Down

0 comments on commit 4eb7faf

Please sign in to comment.