Describe the bug
When the OSQP solver is installed, cobamp gives an import error. It looks like this was fixed here, but the strict package requirements added here mean that package installers often default to the older version.
I initially thought this was an optlang issue, and posted there, but they pointed me back to cobamp.
To Reproduce
Steps to reproduce the behavior:
- Install the OSQP package
- Install cobamp
- Try to import cobamp
Additional context
This problem could be fixed by relaxing the requirements to >= instead of ==.
Describe the bug
When the OSQP solver is installed, cobamp gives an import error. It looks like this was fixed here, but the strict package requirements added here mean that package installers often default to the older version.
I initially thought this was an optlang issue, and posted there, but they pointed me back to cobamp.
To Reproduce
Steps to reproduce the behavior:
Additional context
This problem could be fixed by relaxing the requirements to >= instead of ==.