From 8d5573c202005bf642fe91b587a4f89600d1fcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:05:41 +0000 Subject: [PATCH] requirements: update matplotlib requirement from <3.7.2 to <3.7.3 (#2719) --- requirements.txt | 2 +- tutorial_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d03a9ccf1b..34f68d48e8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ graphviz<0.21.0 grpcio<1.57.0 leabra-psyneulink<0.3.3 llvmlite<0.41 -matplotlib<3.7.2 +matplotlib<3.7.3 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<3.2 numpy>=1.19.0, <1.24.4 diff --git a/tutorial_requirements.txt b/tutorial_requirements.txt index c74d2c414ef..9efb1e3e58d 100644 --- a/tutorial_requirements.txt +++ b/tutorial_requirements.txt @@ -1,3 +1,3 @@ graphviz<0.21.0 jupyter<1.0.1 -matplotlib<3.7.2 +matplotlib<3.7.3