Open isuruf opened 4 months ago
Hmm, it looks like https://github.com/DanielBok/nlopt-python does the same thing.
Perhaps we should remove the python parts from the existing nlopt conda package and just onboard nlopt-python as a separate conda package? Not sure the best path since technically both of these libraries produce python bindings
Perhaps we should remove the python parts from the existing nlopt conda package and just onboard nlopt-python as a separate conda package?
nlopt-python
vendors the nlopt
library, so it wouldn't work.
@stevengj @DanielBok @jschueller, any thoughts on how to proceed?
Helps make the conda package have correct pip metadata. Makes it possible to create wheels and have them uploaded to PyPI later.