add missing float_raster dep for manhattanize_slow

This commit is contained in:
jan 2025-11-19 00:17:38 -08:00 committed by Jan Petykiewicz
parent 54cddaddd9
commit d46be245c6

View File

@ -56,6 +56,7 @@ dxf = ["ezdxf~=1.0.2"]
svg = ["svgwrite"]
visualize = ["matplotlib"]
text = ["matplotlib", "freetype-py"]
manhatanize_slow = ["float_raster"]
[tool.ruff]