Skip to content

Commit

Permalink
Add ipylab to test requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <[email protected]>
  • Loading branch information
Ahdra Merali committed Jan 24, 2024
1 parent d1bb8e1 commit 80e06ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test = [
"behave==1.2.6",
"coverage[toml]",
"import-linter==2.0",
"ipylab>=1.0.0,
"ipython>=7.31.1, <8.0; python_version < '3.8'",
"ipython~=8.10; python_version >= '3.8'",
"jupyterlab_server>=2.11.1",
Expand Down Expand Up @@ -99,8 +100,8 @@ docs = [
"Jinja2<3.2.0",
]
jupyter = [
"notebook>=7.0.0", # requires the new share backend of notebook and labs
"ipylab>=1.0.0"
"ipylab>=1.0.0,
"notebook>=7.0.0" # requires the new share backend of notebook and labs"
]
all = [ "kedro[test,docs,jupyter]" ]

Expand Down

0 comments on commit 80e06ad

Please sign in to comment.