diff --git a/pyproject.toml b/pyproject.toml index 94401ca0..dc4ad84c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ analysis = [ "matplotlib>=3.7", "seaborn>=0.12", "plotly>=5.14", - "jupyterlab>=4.3.4", + "jupyterlab>=4.5.7", ] pipeline = [ "cellpose", diff --git a/uv.lock b/uv.lock index 1d44d531..b068aab3 100644 --- a/uv.lock +++ b/uv.lock @@ -2196,7 +2196,7 @@ wheels = [ [[package]] name = "jupyterlab" -version = "4.5.3" +version = "4.5.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "async-lru" }, @@ -2213,9 +2213,9 @@ dependencies = [ { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3e/76/393eae3349f9a39bf21f8f5406e5244d36e2bfc932049b6070c271f92764/jupyterlab-4.5.3.tar.gz", hash = "sha256:4a159f71067cb38e4a82e86a42de8e7e926f384d7f2291964f282282096d27e8", size = 23939231, upload-time = "2026-01-23T15:04:25.768Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2b/22/8440ec827762146e7cdecf04335bd348795899d29dc6ae82238707353a2c/jupyterlab-4.5.7.tar.gz", hash = "sha256:55a9822c4754da305f41e113452c68383e214dcf96de760146af89ce5d5117b0", size = 23992763, upload-time = "2026-04-29T16:43:51.328Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/9a/0bf9a7a45f0006d7ff4fdc4fc313de4255acab02bf4db1887c65f0472c01/jupyterlab-4.5.3-py3-none-any.whl", hash = "sha256:63c9f3a48de72ba00df766ad6eed416394f5bb883829f11eeff0872302520ba7", size = 12391761, upload-time = "2026-01-23T15:04:21.214Z" }, + { url = "https://files.pythonhosted.org/packages/3d/aa/537b8f7d80e799af19af35fb3ddfc970b951088a13c57dd9387dcfbb7f61/jupyterlab-4.5.7-py3-none-any.whl", hash = "sha256:fba4cb0e2c44a52859669d8c98b45de029d5e515f8407bf8534d2a8fc5f0964d", size = 12450123, upload-time = "2026-04-29T16:43:46.639Z" }, ] [[package]] @@ -4977,7 +4977,7 @@ requires-dist = [ { name = "element-interface", marker = "extra == 'pipeline'", git = "https://github.com/datajoint/element-interface.git" }, { name = "fair-research-login", marker = "extra == 'pipeline'" }, { name = "icalevents", specifier = ">=0.3.0" }, - { name = "jupyterlab", marker = "extra == 'analysis'", specifier = ">=4.3.4" }, + { name = "jupyterlab", marker = "extra == 'analysis'", specifier = ">=4.5.7" }, { name = "matplotlib", marker = "extra == 'analysis'", specifier = ">=3.7" }, { name = "numpy", specifier = ">=1.23" }, { name = "openpyxl" },