File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525from scipy .signal import find_peaks
2626import random
2727import multiprocessing as mp
28- import seaborn as sns
28+ # import seaborn as sns
2929# from collections import Iterable
3030from itertools import chain
3131import sys
Original file line number Diff line number Diff line change 11
22# THIS FILE IS GENERATED FROM SIGPROFILECLUSTERS SETUP.PY
3- short_version = '1.0.11 '
4- version = '1.0.11 '
3+ short_version = '1.1.0 '
4+ version = '1.1.0 '
55
66
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ def write_version_py(filename='SigProfilerClusters/version.py'):
5151 "scipy>=1.1.0" ,
5252 "pandas>=0.23.4" ,
5353 "numpy>= 1.17.3" ,
54- "SigProfilerExtractor>=1.0.17" ],
54+ "SigProfilerExtractor>=1.0.17" ,
55+ "seaborn>=0.13.0" ],
5556 include_package_data = True ,
5657 zip_safe = False )
You can’t perform that action at this time.
0 commit comments