Skip to content

Commit

Permalink
Require wand>0.6.11 to prevent crash on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Aug 2, 2023
1 parent c96e900 commit fa716d3
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 @@ -30,7 +30,7 @@ requires-python = ">=3.8"
dependencies = [
"Sphinx >= 4",
"Jinja2",
"wand",
"wand >= 0.6.11", # https://github.com/emcconville/wand/issues/587
]

dynamic = ["version"] # required by setuptools_scm, see section [build-system]
Expand Down

0 comments on commit fa716d3

Please sign in to comment.