Skip to content

Commit

Permalink
requirements: update matplotlib requirement from <3.7.6 to <3.10.1
Browse files Browse the repository at this point in the history
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@v0.91.2...v3.10.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jvesely committed Jan 7, 2025
1 parent 470bb7c commit f425c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ graphviz<0.21.0
grpcio<1.70.0
leabra-psyneulink<0.3.3
llvmlite<0.44
matplotlib<3.7.6, >=3.7.0
matplotlib>=3.7.0, <3.10.1
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'
networkx<3.5
numpy>=1.21.0, <1.26.5
Expand Down
2 changes: 1 addition & 1 deletion tutorial_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
graphviz<0.21.0
jupyter<1.1.2
matplotlib<3.7.6
matplotlib<3.10.1

0 comments on commit f425c46

Please sign in to comment.