Skip to content

Commit

Permalink
add original package for timeout exception
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas committed Dec 14, 2023
1 parent 5a1ffc5 commit 4255f64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
7 changes: 2 additions & 5 deletions nbrunner/nb_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
import deepsearch as ds
import nbformat
from deepsearch.cps.client.components.elastic import ElasticProjectDataCollectionSource
from nbconvert.preprocessors import (
CellExecutionError,
CellTimeoutError,
ExecutePreprocessor,
)
from nbclient.exceptions import CellTimeoutError
from nbconvert.preprocessors import CellExecutionError, ExecutePreprocessor
from rich.console import Console
from rich.style import Style
from rich.table import Table
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spacy = "^3.5.2"
pydantic = "^2.0.3"
python-dotenv = "^1.0.0"
pydantic-settings = "^2.1.0"
nbclient = "^0.9.0"

[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^22.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mistune==3.0.2 ; python_version >= "3.8" and python_version < "3.11"
mols2grid==2.0.0 ; python_version >= "3.8" and python_version < "3.11"
monotonic==1.6 ; python_version >= "3.8" and python_version < "3.11"
murmurhash==1.0.10 ; python_version >= "3.8" and python_version < "3.11"
nbclient==0.8.0 ; python_version >= "3.8" and python_version < "3.11"
nbclient==0.9.0 ; python_version >= "3.8" and python_version < "3.11"
nbconvert==7.9.2 ; python_version >= "3.8" and python_version < "3.11"
nbformat==5.9.2 ; python_version >= "3.8" and python_version < "3.11"
nest-asyncio==1.5.8 ; python_version >= "3.8" and python_version < "3.11"
Expand Down

0 comments on commit 4255f64

Please sign in to comment.