Skip to content

Commit

Permalink
Merge pull request #116 from brianhie/bump_intervaltree
Browse files Browse the repository at this point in the history
Update intervaltree dependency and version number
  • Loading branch information
brianhie authored Mar 8, 2022
2 parents 1c22478 + 2aacc15 commit 1b9ef92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scanorama/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .scanorama import *

__version__ = '1.7.1'
__version__ = '1.7.2'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

setup(
name='scanorama',
version='1.7.1',
version='1.7.2',
description='Panoramic stitching of heterogeneous single cell transcriptomic data',
url='https://github.com/brianhie/scanorama',
download_url='https://github.com/brianhie/scanorama/archive/v1.7.1.tar.gz',
packages=find_packages(exclude=['bin', 'conf', 'data', 'target']),
install_requires=[
'annoy>=1.11.5',
'fbpca>=1.0',
'geosketch>=1.0',
'intervaltree==2.1.0',
'intervaltree>=3.1.0',
'matplotlib>=2.0.2',
'numpy>=1.12.0',
'scipy>=1.0.0',
Expand Down

0 comments on commit 1b9ef92

Please sign in to comment.