carsonfarmer / fastpair

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

[COMPAT] `fastpairs` not compatible with `scipy>=1.12` #22

Closed jGaboardi closed 1 month ago

jGaboardi commented 1 month ago

Currently fastpairs is not compatible with scipy>=1.12here

fastpair/test/test_fastpair.py:23: in <module>
    from scipy import mean, array, unique
ImportError: cannot import name 'mean' from 'scipy'

xref #20

jGaboardi commented 1 month ago

resolved by #33

jGaboardi commented 1 month ago

Jumped the gun.