Skip to content

smr_alignment: Add missing dependency - #18

Merged
s-heppner merged 1 commit into
mainfrom
Fix/15
Nov 2, 2025
Merged

smr_alignment: Add missing dependency#18
s-heppner merged 1 commit into
mainfrom
Fix/15

Conversation

@s-heppner

Copy link
Copy Markdown
Owner

Previously, the ecos solver dependency was missing, somehow not automatically installed with cvxpy. This adds the missing dependency.

Note, that I had some problems getting ecos to install in my Python 3.13 venv, as it is not precompiled for this Python version. Instead I switched to Python 3.11, like all of my unittests also already assume.

Fixes #15

Previously, the `ecos` solver dependency was missing, somehow not
automatically installed with `cvxpy`. This adds the missing
dependency.

Note, that I had some problems getting `ecos` to install in my
Python 3.13 `venv`, as it is not precompiled for this Python
version. Instead I switched to Python 3.11, like all of my
unittests also already assume.

Fixes #15
@s-heppner
s-heppner merged commit 8d99d79 into main Nov 2, 2025
9 checks passed
@s-heppner
s-heppner deleted the Fix/15 branch November 2, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MatchAlignmentOptimizer: Missing dependencies

1 participant