Skip to content

Commit

Permalink
Bump cvxopt from 1.2.1 to 1.2.7
Browse files Browse the repository at this point in the history
Bumps [cvxopt](http://cvxopt.org) from 1.2.1 to 1.2.7.

---
updated-dependencies:
- dependency-name: cvxopt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 7, 2022
1 parent cb4577f commit 8e600b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@ matplotlib
# Optionals
# =========
# for the zonotope MCMC sampler
cvxopt==1.2.1
cvxopt==1.2.7
# for notebook on sampling spanning trees
networkx
# for the documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py 100755 → 100644
Expand Up @@ -102,7 +102,7 @@
# trees: To play with uniform spanning trees
# docs: Documentation bibligraphy and theme theme
extras_require={
'zonotope': ['cvxopt==1.2.1'],
'zonotope': ['cvxopt==1.2.7'],
'trees': ['networkx'],
'docs': ['sphinxcontrib-bibtex', 'sphinx_rtd_theme']
}
Expand Down

0 comments on commit 8e600b6

Please sign in to comment.