Skip to content

Commit

Permalink
Pin matplotlib requirement until bugfix available
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed May 17, 2024
1 parent c4da052 commit 89e385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"numpydoc",
"tinydb>4.1", # >4.1 required for read-only access mode for JSON storage
"periodictable",
"matplotlib",
"matplotlib<3.9",
"mpltern>=0.4.0",
"scipy>=1.2", # uses scipy.optimize.Bounds, added around 1.2
"sympy>=1.7",
Expand Down

0 comments on commit 89e385c

Please sign in to comment.