Skip to content

Commit 34892f6

Browse files
authored
Update dependencies and version
1 parent 513cbe5 commit 34892f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 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.27'
9+
VERSION = '0.0.28'
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.27: Update README'
18+
Update = 'v0.0.28: Update dependencies and parameters'
1919
2020
2121
"""
@@ -30,7 +30,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
3030
'scipy>=1.6.3',
3131
'numpy>=1.21.2',
3232
'pandas>=1.2.4',
33-
'SigProfilerMatrixGenerator>=1.2.13',
33+
'SigProfilerMatrixGenerator>=1.2.14',
3434
'sigProfilerPlotting>=1.3.11',
3535
'statsmodels>=0.9.0',
3636
'scikit-learn>=0.24.2',

0 commit comments

Comments
 (0)