Skip to content

Commit e64ba77

Browse files
committed
bump version and deps
1 parent be38ffe commit e64ba77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup, find_packages
22

33
__author__ = 'lozuponelab'
4-
__version__ = '0.6.3'
4+
__version__ = '0.6.4'
55

66
setup(
77
name="SCNIC",
88
version=__version__,
99
setup_requires=['pytest-runner'],
1010
test_require=['pytest'],
11-
install_requires=["numpy", "scipy", "networkx>=2", "biom-format", "pandas>=1", "scikit-bio", "statsmodels",
11+
install_requires=["numpy", "scipy>=1.9.0,<=1.10.1", "networkx>=2", "biom-format", "pandas>=1", "scikit-bio", "statsmodels", "tqdm", "seaborn",
1212
"h5py"],
1313
scripts=['scripts/SCNIC_analysis.py', 'scripts/module_enrichment.py'],
1414
packages=find_packages(),

0 commit comments

Comments
 (0)