Skip to content

Commit 6c83b6d

Browse files
ci(deps): update matplotlib requirement from <4,>=3.8 to >=3.11.1,<4 (#62)
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.8.0...v3.11.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 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 57dcc90 commit 6c83b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# for upstream API changes and are not strict pins.
1111
numpy>=1.26,<3
1212
pandas>=2.0,<3
13-
matplotlib>=3.8,<4
13+
matplotlib>=3.11.1,<4
1414
statsmodels>=0.14,<1
1515
linearmodels>=4.27,<6

0 commit comments

Comments
 (0)