pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Make opencv package optional #82

Closed giswqs closed 1 year ago

giswqs commented 2 years ago

As discussed in #80, the required opencv-contrib-python is causing issues for pysal downstream packages on conda-forge. Making opencv-contrib-python optional can solve the issue. Since opencv-contrib-python is only used by one function, it is safe to make it an optional requirement.