diff --git a/pyproject.toml b/pyproject.toml index a3660a1..a5c6f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["aychang95"] [tool.poetry.dependencies] python = "^3.7.10, <3.11" wheel = "^0.36.2" -jupyterlab = "^3.0.0" +jupyterlab = "^4.0.0" ipywidgets = "^7.6.3" spacy = "~3.1.0" blis= "<=0.7.5" # pinned to avoid https://github.com/explosion/spaCy/issues/10334