File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121# from numpy import linalg as LA
2222import sigProfilerPlotting as plot
2323from 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
2626import string
2727import PyPDF2
2828import scipy
Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = '0.0.16 '
9+ VERSION = '0.0.17 '
1010
1111with 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' ,
You can’t perform that action at this time.
0 commit comments