Skip to content

Commit

Permalink
Merge pull request #49 from AlexandrovLab/plots4
Browse files Browse the repository at this point in the history
Plots4
  • Loading branch information
rvangara authored Oct 28, 2022
2 parents 4ed10a0 + 732a7af commit c73bb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SigProfilerAssignment/decompose_subroutines.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
# from numpy import linalg as LA
import sigProfilerPlotting as plot
from SigProfilerExtractor import PlotDecomposition as sp
from SigProfilerExtractor import plotActivity as plot_ac
from SigProfilerExtractor import tmbplot as tmb
from sigProfilerPlotting import plotActivity as plot_ac
from sigProfilerPlotting import tmbplot as tmb
import string
import PyPDF2
import scipy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if os.path.exists("dist"):
shutil.rmtree("dist")

VERSION = '0.0.16'
VERSION = '0.0.17'

with open('README.md') as f:
long_description = f.read()
Expand All @@ -29,7 +29,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
'pandas>=1.2.4',
'SigProfilerExtractor>=1.1.14',
'SigProfilerMatrixGenerator>=1.2.12',
'sigProfilerPlotting==1.2.2',
'sigProfilerPlotting>=1.3.2',
'pillow',
'statsmodels>=0.9.0',
'scikit-learn>=0.24.2',
Expand Down

0 comments on commit c73bb9f

Please sign in to comment.