Skip to content

Commit

Permalink
Merge pull request #117 from raphaelquast/hotfix
Browse files Browse the repository at this point in the history
hotfix to correct import of TriMesh for matplotlib >v3.6
  • Loading branch information
raphaelquast committed Oct 6, 2022
2 parents e5d203f + 9a8c97a commit 1a6b272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eomaps/_shapes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from matplotlib.collections import PolyCollection, QuadMesh
from matplotlib.tri import TriMesh, Triangulation
from matplotlib.collections import PolyCollection, QuadMesh, TriMesh
from matplotlib.tri import Triangulation
import numpy as np

from pyproj import CRS, Transformer
Expand Down
2 changes: 1 addition & 1 deletion eomaps/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.4.2"
__version__ = "4.4.3"

0 comments on commit 1a6b272

Please sign in to comment.