Skip to content

Commit

Permalink
Merge pull request #2 from ruffm/main
Browse files Browse the repository at this point in the history
Update pyproject.toml to fix dependency errors with Zarr
  • Loading branch information
decryptofy authored Feb 3, 2024
2 parents 8159bd6 + 31dce33 commit 0923229
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This Source Code Form is "Incompatible With Secondary Licenses", as defined by t
SCARR was initiated and designed by Vincent Immler out of a necessity to support his teaching and research at Oregon State University. Under his guidance, two undergraduate students at Oregon State University, Jonah Bosland and Stefan Ene, developed the majority of the initial implementation during the summer 2023. Peter Baumgartner helped us with the testing and analysis on NUMA platforms.

Additional contributions by (new authors, add yourself here):
* to be added
* Matt Ruff
* to be added

# Copyright
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ authors = [
description = "A high-performance SCA library for datasets that include NxM EM trace grids."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
'numpy',
'numba',
'zarr[jupyter]',
'ruff',
]
license = {text = "MPL-2.0"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 0923229

Please sign in to comment.