Skip to content

Commit

Permalink
Pin hexdoc because it broke the gloop
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Dec 21, 2023
1 parent 07e3e20 commit 29285ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"discord.py~=2.3.2",
"jproperties~=2.1",
"typing_extensions~=4.7",
"hexdoc~=1!0.1.0a4",
"hexdoc==1!0.1.0a4",
"hexdoc-hexgloop @ {root:uri}/vendor/hexdoc_hexgloop-0.2.0.1.0.dev0-py3-none-any.whl",
"hexdoc-oneironaut @ {root:uri}/vendor/hexdoc_oneironaut-0.1.1.1.0-py3-none-any.whl",
"ruff~=0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/HexBug/utils/generate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def prepare_fig(
fig_width, fig_height = fig_size, fig_size

fig = plt.figure(figsize=(fig_width, fig_height))
ax = fig.add_axes([0, 0, 1, 1])
ax = fig.add_axes((0, 0, 1, 1))
ax.set_aspect("equal")
ax.axis("off")

Expand Down

0 comments on commit 29285ef

Please sign in to comment.