Skip to content

Commit

Permalink
Update matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKozhevin authored and roman-kh committed Jun 27, 2024
1 parent 3ceb6bf commit 0f1c548
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 @@ -38,7 +38,7 @@ tqdm = "^4.19"

# [tool.poetry.group.image.dependencies]
pillow = { version = ">=9.4,<11.0", optional = true }
matplotlib = { version = "^3.0", optional = true }
matplotlib = { version = "^3.7", optional = true }

# [tool.poetry.group.research.dependencies]
multiprocess = { version = "^0.70", optional = true }
Expand Down

0 comments on commit 0f1c548

Please sign in to comment.