Skip to content

Commit

Permalink
add imageio to pyproject and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinShaikh committed Jul 17, 2024
1 parent 66a958a commit 54a5cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies = [
"networkx",
"numpy",
"shapely",
"pyperclip"
"pyperclip",
"imageio"
]

[project.optional-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ sphinx>=2.3,<7 # see: https://github.com/readthedocs/readthedocs.org/issues/102
sphinx_autodoc_typehints>=1.10
sphinx_rtd_theme>=0.4
sphinxcontrib-svg2pdfconverter>=1.2.2
myst-parser>=3.0.0
myst-parser>=3.0.0
imageio

0 comments on commit 54a5cdc

Please sign in to comment.