File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
99<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010
11+ - The minimum supported version of ` matplotlib ` is now ` v3.9.2 ` .
12+
1113## New Features
1214
1315<!-- Here goes the main new features and examples or instructions on how to use them -->
1416
17+ - This release supports python 3.13.
18+
1519## Bug Fixes
1620
1721<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies = [
3030 " numpy >= 2.3.1, < 3" ,
3131 " pandas >= 2.3.1, < 3" ,
3232 " pyarrow >= 20.0.0, < 22.0.0" ,
33- " matplotlib >= 3.8.4 , < 3.11.0" ,
33+ " matplotlib >= 3.9.2 , < 3.11.0" ,
3434 " ipython == 9.6.0" ,
3535 " pvlib >= 0.13.0, < 0.14.0" ,
3636 " python-dotenv >= 0.21.0, < 1.2.0" ,
You can’t perform that action at this time.
0 commit comments