- updated the files to use the new name for the voronoi package: foronoi

- using Python 3.9.4
This commit is contained in:
Marius Stanciu
2021-06-19 21:35:36 +03:00
committed by Marius
parent 91bdcf674e
commit d13a6791d1
4 changed files with 8 additions and 4 deletions

View File

@@ -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: