BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

Update build config for macOS on ARM #51

Closed samestep closed 1 year ago

samestep commented 1 year ago

This PR attempts to make the minimal number of changes necessary (to pyproject.toml, poetry.lock, and setup.py) to get this project to work for macOS on ARM. As an unintended side effect, this PR happens to delete most of the [metadata.files] entries from poetry.lock; as far as I can tell, this is because I am using Poetry 1.1.12 instead of Poetry 1.1.14? I couldn't figure out how to update Poetry though, and it seems to work just fine without those [metadata.files] entries.

BachiLi commented 1 year ago

Thanks!