Skip to content

Commit

Permalink
Prevent Matplotlib v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbergstrom authored and erikbergstrom committed Feb 8, 2022
1 parent 1384b21 commit 9ea7890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SigProfilerClusters/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# THIS FILE IS GENERATED FROM SIGPROFILECLUSTERS SETUP.PY
short_version = '0.0.31'
version = '0.0.31'
short_version = '0.0.32'
version = '0.0.32'


4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
# with open('README.rst') as f:
# return(f.read())

VERSION = '0.0.31'
VERSION = '0.0.32'

def write_version_py(filename='SigProfilerClusters/version.py'):
# Copied from numpy setup.py
Expand All @@ -42,7 +42,7 @@ def write_version_py(filename='SigProfilerClusters/version.py'):
license='UCSD',
packages=find_packages(),#['SigProfilerMatrixGenerator'],
install_requires =[
"matplotlib>=3.3.0",
"matplotlib>=3.3.0,<3.5",
"sigProfilerPlotting>=1.1.8",
"SigProfilerMatrixGenerator>=1.2.4",
"SigProfilerSimulator>=1.1.3",
Expand Down

0 comments on commit 9ea7890

Please sign in to comment.