Skip to content

Commit

Permalink
correction in extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Nov 14, 2024
1 parent b95c4a1 commit 4493275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies = [
"numpy>=1.23, <2", # pin version to ensure compatibility with C-headers
"pillow",
"pip",
"psutil",
"rocket-fft"
]

Expand Down Expand Up @@ -43,7 +44,7 @@ extra = [
"tqdm"
]
test = [
"iwave[extra]",
"ffpiv[extra]",
"pytest",
"pytest-cov",
]
Expand Down

0 comments on commit 4493275

Please sign in to comment.