File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = '0.0.23 '
9+ VERSION = '0.0.24 '
1010
1111
1212def write_version_py (filename = 'SigProfilerAssignment/version.py' ):
@@ -15,7 +15,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
1515# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616short_version = '%(version)s'
1717version = '%(version)s'
18- Update = 'v0.0.23: ID Decomposition Plots exome fix and ID tests '
18+ Update = 'v0.0.24: Upgrade decomposition plot dependencies, rename signature subgroups '
1919
2020
2121 """
@@ -37,9 +37,8 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
3737 'scikit-learn>=0.24.2' ,
3838 'psutil>=5.6.1' ,
3939 'reportlab>=3.5.42' ,
40- 'PyPDF2>=1.26 .0' ,
40+ 'PyPDF2>=3.0 .0' ,
4141 'alive_progress>=2.4.1' ,
42- 'PyPDf2>=3.0.0' ,
4342 'pdf2image>=1.16.0' ,
4443 'PyMuPDF>=1.21.0'
4544 ]
You can’t perform that action at this time.
0 commit comments