Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Ex. I'm always frustrated when [...]
I use Homebrew installed python (3.11.7 currently) pip3 (24.0). I use pip3 installed cvxpy(1.4.2) , open source cvxpy solvers along with jupyterlab (4.1.1). I use both arm64 and i386 (Rosetta2) versions because some codes run faster in one or the other. I have been running a modified version of cvxportfolio in Jupyterlab / notebook for a while.
Poetry does not seem to work in this environment. See unresolved issues on Github (install.python-poetry.org) for over a year : Poetry environment Issue #71
Poetrey Installer Issue 133
I want to evaluate cvxmarkowitz but seems like it assumes use of poetry for the install. Is that true? If I use pip3 to install all the required packages is there a way to make it work on Apple Silicon / Homebrew?
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be nice if there was a working version of cvxmarkowitz and examples that (1) works on Apple Silicon with homebrew installed python3 and other packages / libraries using pip3. (2) open-source non-proprietary solvers for cvxpy (MOSEK trial license not needed).
Describe alternatives you've considered
A clear and concise description of any alternative solutions
or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.