From 4181baf044a3a00225b25c99784cad53aa336518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:30:32 +0000 Subject: [PATCH] requirements: update matplotlib requirement from <3.6.1 to <3.6.2 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/v0.91.2...v3.6.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tutorial_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae63ee03534..5dcb8c153ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ graphviz<0.21.0 grpcio<1.43.0 grpcio-tools<1.43.0 llvmlite<0.40 -matplotlib<3.6.1 +matplotlib<3.6.2 modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx<2.9 numpy<1.21.7, >=1.17.0 diff --git a/tutorial_requirements.txt b/tutorial_requirements.txt index 003d498526e..738edadb115 100644 --- a/tutorial_requirements.txt +++ b/tutorial_requirements.txt @@ -1,3 +1,3 @@ graphviz<0.21.0 jupyter<=1.0.0 -matplotlib<3.6.1 +matplotlib<3.6.2