Skip to content

Commit

Permalink
see if we can remove the matplotlib pin alone
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Dec 31, 2024
1 parent e89d08b commit 92feead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dependencies = [
"h5py>=3.0,<=3.9 ; python_version < '3.11.0'",
"h5py>=3.9 ; python_version >= '3.11.0'", # Needed because our database files are H5 format
"htmltree>=0.7.6", # Our reports have HTML output
"matplotlib>=3.5.3,<3.8.0 ; python_version < '3.11.0'",
"matplotlib>=3.5.3 ; python_version >= '3.11.0'", # Important plotting library
"matplotlib>=3.5.3", # Important plotting library
"numpy>=1.21", # Important math library
"ordered-set>=3.1.1", # A useful data structure
"pluggy>=1.2.0", # Central tool behind the ARMI Plugin system
Expand Down

0 comments on commit 92feead

Please sign in to comment.