Skip to content

Commit c73bb9f

Browse files
authored
Merge pull request #49 from AlexandrovLab/plots4
Plots4
2 parents 4ed10a0 + 732a7af commit c73bb9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SigProfilerAssignment/decompose_subroutines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# from numpy import linalg as LA
2222
import sigProfilerPlotting as plot
2323
from SigProfilerExtractor import PlotDecomposition as sp
24-
from SigProfilerExtractor import plotActivity as plot_ac
25-
from SigProfilerExtractor import tmbplot as tmb
24+
from sigProfilerPlotting import plotActivity as plot_ac
25+
from sigProfilerPlotting import tmbplot as tmb
2626
import string
2727
import PyPDF2
2828
import scipy

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if os.path.exists("dist"):
77
shutil.rmtree("dist")
88

9-
VERSION = '0.0.16'
9+
VERSION = '0.0.17'
1010

1111
with open('README.md') as f:
1212
long_description = f.read()
@@ -29,7 +29,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
2929
'pandas>=1.2.4',
3030
'SigProfilerExtractor>=1.1.14',
3131
'SigProfilerMatrixGenerator>=1.2.12',
32-
'sigProfilerPlotting==1.2.2',
32+
'sigProfilerPlotting>=1.3.2',
3333
'pillow',
3434
'statsmodels>=0.9.0',
3535
'scikit-learn>=0.24.2',

0 commit comments

Comments
 (0)