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 11
22# THIS FILE IS GENERATED FROM SIGPROFILECLUSTERS SETUP.PY
3- short_version = '0.0.31 '
4- version = '0.0.31 '
3+ short_version = '0.0.32 '
4+ version = '0.0.32 '
55
66
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def readme():
1515 # with open('README.rst') as f:
1616 # return(f.read())
1717
18- VERSION = '0.0.31 '
18+ VERSION = '0.0.32 '
1919
2020def write_version_py (filename = 'SigProfilerClusters/version.py' ):
2121 # Copied from numpy setup.py
@@ -42,7 +42,7 @@ def write_version_py(filename='SigProfilerClusters/version.py'):
4242 license = 'UCSD' ,
4343 packages = find_packages (),#['SigProfilerMatrixGenerator'],
4444 install_requires = [
45- "matplotlib>=3.3.0" ,
45+ "matplotlib>=3.3.0,<3.5 " ,
4646 "sigProfilerPlotting>=1.1.8" ,
4747 "SigProfilerMatrixGenerator>=1.2.4" ,
4848 "SigProfilerSimulator>=1.1.3" ,
You can’t perform that action at this time.
0 commit comments