Skip to content

Commit a2d4b74

Browse files
requirements: update matplotlib requirement (#3221)
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 377bddf commit a2d4b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ graphviz<0.21.0
66
grpcio<1.71.0
77
leabra-psyneulink<0.3.3
88
llvmlite<0.45
9-
matplotlib>=3.7.0, <3.10.1
9+
matplotlib>=3.7.0, <3.10.2
1010
modeci_mdf<0.5, >=0.4.3; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
1111
networkx<3.5
1212
numpy>=1.21.0, <1.26.5

tutorial_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
graphviz<0.21.0
22
jupyter<1.1.2
3-
matplotlib<3.10.1
3+
matplotlib<3.10.2

0 commit comments

Comments
 (0)