mechmotum / cyipopt

Cython interface for the interior point optimzer IPOPT
Eclipse Public License 2.0
227 stars 54 forks source link

Pin Cython<3 until compatibility can be fixed #212

Closed musicinmybrain closed 1 year ago

musicinmybrain commented 1 year ago

Works around, but does not fix, https://github.com/mechmotum/cyipopt/issues/211.

In addition to upper-bounding the version of Cython, this also drops Cython from install_requires, since it doesn’t appear to be a real runtime dependency.

moorepants commented 1 year ago

Thanks, I'll look into the updates for Cython 3.