Skip to content

Commit 5dd7cda

Browse files
endrebakendre bakken stovner
andauthored
Set min version pyranges (#225)
Co-authored-by: endre bakken stovner <endrebakkenstovner@endres-MacBook-Air.local>
1 parent 73f65b8 commit 5dd7cda

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.0.111 (01.10.2021)
2+
- require minimum version of NCLS
3+
14
# 0.0.110 (20.09.21)
25
- fix count_overlaps with keep_nonoverlapping=False
36
- fix subtract with more than 1024 intervals (new fix)

pyranges/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.110"
1+
__version__ = "0.0.111"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'"', '').strip()
77

88
install_requires = [
9-
"cython", "pandas", "ncls>=0.0.50", "tabulate", "sorted_nearest>=0.0.30", "pyrle",
9+
"cython", "pandas", "ncls>=0.0.62", "tabulate", "sorted_nearest>=0.0.33", "pyrle",
1010
"natsort"] #,
1111

1212
# optional_requires = ["bamread", "pybigwig", "ray"]

0 commit comments

Comments
 (0)