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

Bump cvxopt from 1.2.3 to 1.2.7 #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git checkout acrucker
make pir
```

`make pir` initializes and compiles all submodlues, which can takes some time for the first time. It will print bunch of stuff and make sure there's no error before proceeding.
`make pir` initializes and compiles all submodules, which can takes some time for the first time. It will print bunch of stuff and make sure there's no error before proceeding.

## Run test end-to-end
If your app extends `SpatialTest` instead of SpatialApp, you can run all following passes with the script `bin/test`.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backcall==0.1.0
cachetools==3.1.1
cvxopt==1.2.3
cvxopt==1.2.7
cvxpy==1.0.25
decorator==4.4.0
dill==0.3.1.1
Expand Down