Skip to content

Commit

Permalink
fix matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Jul 3, 2024
1 parent 22ce1fd commit 8ea77ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies = [
"torch_sparse",
"torch_cluster",
"torch_scatter",
"matplotlib==3.6",
"squidpy",
"scipy",
"numpy",
Expand Down Expand Up @@ -57,6 +56,7 @@ doc = [
"ipython",
"sphinx-copybutton",
"pandas",
"matplotlib>=3.6",
]
test = [
"pytest",
Expand Down

0 comments on commit 8ea77ca

Please sign in to comment.