diff --git a/pyproject.toml b/pyproject.toml index 6a6ad5e703..2fb60c6560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,9 @@ test = [ "boutiques", "pympler", ] +jupyter = [ + "nest_asyncio" +] # Aliases tests = ["pydra[test]"] docs = ["pydra[doc]"]