- 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

@@ -12,6 +12,8 @@ CHANGELOG for FlatCAM beta
- fixed Film Plugin (Tool) negative generation to have the black background in sync with the actual geometry when transformations are applied
- fixed Film Plugin (Tool) to have mirroring done only with reference 'center' regardless of what is selected in the UI
- in Film Plugin now multiple adjustments can be applied at the same time and correctly
- updated the files to use the new name for the voronoi package: foronoi
- using Python 3.9.4
17.06.2021

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:

View File

@@ -30,4 +30,5 @@ pikepdf>=2.0
pywin32>2.0
pyqt5>=5.12.1
vispy
rasterio
rasterio
foronoi>=1.0.3

View File

@@ -47,6 +47,7 @@ sudo -H python3 -m pip install --upgrade \
svglib \
pyserial \
testresources \
pikepdf
pikepdf \
foronoi
sudo -H easy_install -U distribute