Skip to content

Commit

Permalink
Merge branch 'matplotlib' of https://github.com/terrapower/armi into …
Browse files Browse the repository at this point in the history
…matplotlib
  • Loading branch information
opotowsky committed Dec 28, 2024
2 parents 7dcd5d1 + 99ff95a commit 7f8a1c1
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 @@ -34,7 +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,<3.8.0 ; python_version < '3.11.0'",
"matplotlib>=3.5.3 ; python_version >= '3.11.0'", # Important plotting library
"numpy>=1.21", # Important math library
"ordered-set>=3.1.1", # A useful data structure
Expand Down

0 comments on commit 7f8a1c1

Please sign in to comment.