Add jupyterlab to dependencies
1 files changed, 1 insertions(+), 0 deletions(-) M pyproject.toml
M pyproject.toml => pyproject.toml +1 -0
@@ 14,6 14,7 @@ rasterio = "^1.3.3" gdal = "3.5.2" matplotlib = "^3.6.2" numba = "^0.56.4" +jupyterlab = "^3.5.0" [tool.poetry.group.dev.dependencies] black = "^22.10.0"