From 8f825d7bfa540c9cd71282e62a93e4ee7f9b54e5 Mon Sep 17 00:00:00 2001 From: Jun Doi Date: Mon, 2 Oct 2023 14:26:35 +0900 Subject: [PATCH] fix matplotlib version (#1951) --- .github/workflows/docs.yml | 2 +- .../notes/fix_matplotlib_dependency-5b8ba26da6a98e3a.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix_matplotlib_dependency-5b8ba26da6a98e3a.yaml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index da877479ac..28b533ac6c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -74,7 +74,7 @@ jobs: pip install -U -r requirements-dev.txt -c constraints.txt pip install -c constraints.txt git+https://github.com/Qiskit/qiskit-terra pip install -c constraints.txt . - pip install -U "qiskit-ibmq-provider" "z3-solver" "qiskit-ignis" "qiskit-aqua" "pyscf<1.7.4" "matplotlib<3.3.0" jupyter pylatexenc nbsphinx cvxpy qiskit-sphinx-theme -c constraints.txt + pip install -U "qiskit-ibmq-provider" "z3-solver" "qiskit-ignis" "qiskit-aqua" "pyscf<1.7.4" "matplotlib>=3.3.0" jupyter pylatexenc nbsphinx cvxpy qiskit-sphinx-theme -c constraints.txt sudo apt install -y graphviz pandoc libopenblas-dev pip check shell: bash diff --git a/releasenotes/notes/fix_matplotlib_dependency-5b8ba26da6a98e3a.yaml b/releasenotes/notes/fix_matplotlib_dependency-5b8ba26da6a98e3a.yaml new file mode 100644 index 0000000000..01433b8ee3 --- /dev/null +++ b/releasenotes/notes/fix_matplotlib_dependency-5b8ba26da6a98e3a.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fix the version of matplotlib required by seaborn