DanielBok / nlopt-python

A project to package the NLOpt library to wheels
Other
29 stars 14 forks source link

Use 3.7 + patch #29

Closed jschueller closed 8 months ago

jschueller commented 8 months ago

This fixes the build (using 3.7 instead of 3.6) It needs a bit of patching: https://github.com/stevengj/nlopt/pull/551

jschueller commented 8 months ago

oh... I think we cannot use abi3 because of numpy :[