Skip to content

Commit d51bd16

Browse files
committed
Upgrade to v0.0.24
1 parent 2c6435e commit d51bd16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 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.23'
9+
VERSION = '0.0.24'
1010

1111

1212
def 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
1616
short_version = '%(version)s'
1717
version = '%(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
]

0 commit comments

Comments
 (0)