Skip to content

Commit

Permalink
Added multiprocess to the depedencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
berndie committed May 31, 2024
1 parent 7562f39 commit 489a5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [
"librosa",
"pyyaml",
"jinja2",
"multiprocess"
]
version = "0.0.4"
dynamic = ["readme", "description"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mne>=1.3.0
librosa
pyyaml
jinja2
multiprocess
multiprocess

0 comments on commit 489a5da

Please sign in to comment.