Skip to content

Commit fbc97d2

Browse files
Update jupyterlab requirement from <4.4.0 to <4.5.0 (#486)
Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 180af53 commit fbc97d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read(fname):
4040
"geoalchemy2 < 0.7.0",
4141
"geopandas >= 0.12.0, < 1.1.0",
4242
"geopy >= 2.0.0, < 2.5.0",
43-
"jupyterlab < 4.4.0",
43+
"jupyterlab < 4.5.0",
4444
"jupyter_dash < 0.5.0",
4545
"matplotlib >= 3.3.0, < 3.11.0",
4646
"multiprocess < 0.71.0",

0 commit comments

Comments
 (0)