Skip to content

Commit 23b331f

Browse files
committed
Update numba requirements on setup.py
1 parent a1a3e91 commit 23b331f

8 files changed

+2
-28408
lines changed

circlemap/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.1.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
packages=find_packages(),
3232
install_requires=[
3333
'pysam>=0.15.2','pybedtools>=0.8.0','pandas>=0.24.2','biopython>=1.73','numpy>=1.16.3',
34-
'edlib>=1.2.3','numba>=0.43.1','tqdm>=4.31.1','scipy>=1.2.1'
34+
'edlib>=1.2.3','numba>=0.45.0','tqdm>=4.31.1','scipy>=1.2.1'
3535
],
3636
entry_points={
3737
'console_scripts': [

tests/profiling_output.txt

-7,978
This file was deleted.

tests/profiling_output_v2.txt

-7,978
This file was deleted.

tests/profiling_output_v3.txt

-8,869
This file was deleted.

0 commit comments

Comments
 (0)