Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky authored Dec 28, 2024
1 parent 500311b commit 99ff95a
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.10.0'",
"h5py>=3.9 ; python_version >= '3.10.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 99ff95a

Please sign in to comment.