Skip to content

Commit 8ea77ca

Browse files
committed
fix matplotlib
1 parent 22ce1fd commit 8ea77ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"torch_sparse",
2828
"torch_cluster",
2929
"torch_scatter",
30-
"matplotlib==3.6",
3130
"squidpy",
3231
"scipy",
3332
"numpy",
@@ -57,6 +56,7 @@ doc = [
5756
"ipython",
5857
"sphinx-copybutton",
5958
"pandas",
59+
"matplotlib>=3.6",
6060
]
6161
test = [
6262
"pytest",

0 commit comments

Comments
 (0)