Villen-Lab / pyAscore

A python package for fast post translational modification localization, powered by Cython.
https://pyascore.readthedocs.io/
MIT License
18 stars 5 forks source link

Raise minimum numpy version to avoid binary incompatibility #39

Open AnthonyOfSeattle opened 1 year ago

AnthonyOfSeattle commented 1 year ago

This PR addresses issue #38, which mentions binary incompatibility. It looks like compilation is occurring with numpy >= 1.23.0. At some point numpy seems to have changed some defaults. As a hot fix, I am raising the minimum numpy version so that users don't get this error.