symforce-org / symforce

Fast symbolic computation, code generation, and nonlinear optimization for robotics
https://symforce.org
Apache License 2.0
1.44k stars 147 forks source link

Upgrade setuptools to >= 64.0.0 #232

Closed bradley-solliday-skydio closed 1 year ago

bradley-solliday-skydio commented 2 years ago

setuptools was made pep 660 compliant in version 64.0.0. More generally, with this version it's not necessary to run git clean -fdx in order for pip install . to work, and editable installations will work (once PR 228 merges).

bradley-solliday-skydio commented 1 year ago

This is no longer necessary since our setup.py has since been modified to not require setuptools to be pep 660 compliant.