- updated the files to use the new name for the voronoi package: foronoi
- using Python 3.9.4
This commit is contained in:
@@ -37,8 +37,8 @@ import shapely.affinity as affinity
|
||||
from matplotlib.backend_bases import KeyEvent as mpl_key_event
|
||||
|
||||
try:
|
||||
from voronoi import Voronoi
|
||||
from voronoi import Polygon as voronoi_poly
|
||||
from foronoi import Voronoi
|
||||
from foronoi import Polygon as voronoi_poly
|
||||
VORONOI_ENABLED = True
|
||||
except Exception:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user