From ce8d9b5442e55a08c928dd2b71dde0aed45533fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:30:59 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.1.* to ==3.3.* Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.1.0rc1...v3.3.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee59f6055d8e..1018d90d2cc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.17.* -matplotlib==3.1.* +matplotlib==3.3.* pyqtgraph==0.11.0 PyVISA==1.10.1 h5py==2.10.0