From 8e600b678e3df8f37b67308cebecbd6b0552eb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:01:54 +0000 Subject: [PATCH] Bump cvxopt from 1.2.1 to 1.2.7 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 693ed64..4ea7acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b784666..ff33b09 --- a/setup.py +++ b/setup.py @@ -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'] }