Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving M1 change to Main #359

Merged
merged 3 commits into from
Jul 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Once these are installed, you can:

1. Create a new conda env & activate it
```bash
conda create --name qfit "python>=3.7,<3.9"
conda create --name qfit "python>=3.9"
conda activate qfit
```

1. Install dependencies
```bash
conda install -c anaconda mkl numpy=1.20
conda install -c anaconda mkl numpy=1.22
conda install -c anaconda -c ibmdecisionoptimization \
cvxopt cplex
```
Expand Down Expand Up @@ -60,7 +60,7 @@ Instead of the first step in the above Installation section, use this:

1. Create a new conda env & activate it
```bash
CONDA_SUBDIR=osx-64 conda create --name qfit "python>=3.8"
CONDA_SUBDIR=osx-64 conda create --name qfit "python>=3.9"
conda activate qfit; conda env config vars set CONDA_SUBDIR=osx-64; conda deactivate
conda activate qfit
```
Expand Down