Skip to content

Commit f5f9de9

Browse files
authored
Merge pull request #501 from tclose/nest_asyncio_dependency
added nest_asyncio to install requires
2 parents 00b92ec + 0387d9c commit f5f9de9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ test = [
8484
"boutiques",
8585
"pympler",
8686
]
87+
jupyter = [
88+
"nest_asyncio"
89+
]
8790
# Aliases
8891
tests = ["pydra[test]"]
8992
docs = ["pydra[doc]"]

0 commit comments

Comments
 (0)