carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

remove portion of `setup.py` to allow for install #23

Closed jGaboardi closed 1 month ago

jGaboardi commented 1 month ago

Currently, this section of setup.py causes an install error due to non-conforming versioning (https://github.com/pypa/setuptools/issues/3772). Simply removing for now resolves this problem.

   raise InvalidVersion(f"Invalid version: '{version}'")
      setuptools.extern.packaging.version.InvalidVersion: Invalid version: '0.1.0.dev-d3170fd'

xref #20

jGaboardi commented 1 month ago

closed in #24