[18:31:10] <alhazen> Hi all, I'm trying to get a python package that has cython extensions to be portable distributable on PyPI and I'd really appreciate some help. The problem is that I get the following warning when testing the installed binary wheel: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216
[18:31:19] <alhazen> I've made sure that the build is done using the oldest supported numpy version on the platform, but I still get this warning when running on the test machine.
[18:31:27] <alhazen> Any thoughts on how to debug this?