From 8ea77ca416b51f2afe0a42811213bf1a13a00ae0 Mon Sep 17 00:00:00 2001 From: selmanozleyen Date: Wed, 3 Jul 2024 16:55:22 +0200 Subject: [PATCH] fix matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0c65ac..3728064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ dependencies = [ "torch_sparse", "torch_cluster", "torch_scatter", - "matplotlib==3.6", "squidpy", "scipy", "numpy", @@ -57,6 +56,7 @@ doc = [ "ipython", "sphinx-copybutton", "pandas", + "matplotlib>=3.6", ] test = [ "pytest",