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 0cb44e7ac2
commit 623bd3781d

View File

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