decryptofy / scarr

SCARR is a Side-Channel Analysis (SCA) framework
Mozilla Public License 2.0
57 stars 9 forks source link

Update pyproject.toml to fix dependency errors with Zarr #2

Closed ruffm closed 7 months ago

ruffm commented 7 months ago

Pyproject.toml previously did not install the correct dependencies for the project. It did not include Zarr's optional dependencies for Jupyter including Jupyter Notebook, ipytree, and ipywidgets. This PR fixes pyproject.toml by including the optional dependencies for Zarr.

As this is my first contribution to the project, this PR also includes an update to the additional contributions/authors section of README.md.