pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
112 stars 26 forks source link

haversine_distance relies on newer version of scikit-learn #127

Closed renanxcortes closed 5 years ago

renanxcortes commented 5 years ago

Requirements of segregation should explicitly ask for a version of scikit-learn that has haversine_distance distance measures. Otherwise, it will raise an error while importing.

renanxcortes commented 5 years ago

Closing due to https://github.com/pysal/segregation/pull/128.