Skip to content

Commit

Permalink
Replace PIL with pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten authored Sep 23, 2024
1 parent ce673f3 commit 8b40a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ModDotPlot"
version = "0.8.6"
version = "0.8.7"
requires-python = ">= 3.7"
dependencies = [
"pysam",
Expand All @@ -17,7 +17,7 @@ dependencies = [
"tk",
"setproctitle",
"numpy",
"PIL",
"pillow",
"patchworklib"
]
authors = [
Expand Down

0 comments on commit 8b40a4f

Please sign in to comment.