diff --git a/pyproject.toml b/pyproject.toml index ad8f61ea87..289002076c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,9 @@ test = [ "boutiques", "pympler", ] +jupyter = [ + "nest_asyncio" +] # Aliases tests = ["pydra[test]"] docs = ["pydra[doc]"]