diff --git a/apis/python/setup.py b/apis/python/setup.py index 7712cf7dd7..3ddec4ee22 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -177,6 +177,7 @@ def run(self): install_requires=[ "anndata", "attrs>=22.1", + "matplotlib<3.7", # https://github.com/scverse/scanpy/issues/2411 "numpy", "pandas", "pyarrow >= 9.0.0",