From c59c27e7dcec0be1ab8a47c615cf2833c0f47224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:11:42 +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.0) 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