From 5fcf279d38c8f4bb2272c084caa1089ea82ff150 Mon Sep 17 00:00:00 2001 From: lindakladivova Date: Sat, 30 Aug 2025 21:33:45 +0200 Subject: [PATCH 1/2] add jupyter dependencies to wingrass daily builds --- mswindows/osgeo4w/setup.hint.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswindows/osgeo4w/setup.hint.tmpl b/mswindows/osgeo4w/setup.hint.tmpl index 40fe56ca79a..5b2a7372858 100644 --- a/mswindows/osgeo4w/setup.hint.tmpl +++ b/mswindows/osgeo4w/setup.hint.tmpl @@ -1,7 +1,7 @@ sdesc: "GRASS - daily builds of development version" ldesc: "Geographic Resources Analysis Support System (GRASS) - daily builds of the main branch from Git" category: Desktop -requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-pyopengl python3-psycopg2-binary zstd python3-pywin32 +requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-pyopengl python3-psycopg2-binary zstd python3-pywin32 python3-jupyterlab python3-jupyter-server python3-ipykernel python3-ipython python3-ipywidgets maintainer: MartinLanda curr: @GRASS_VERSION_NUMBER@-1 prev: @GRASS_VERSION_NUMBER@-1 From f50a573c015dc6ac89f2a59b89e0268b1c4581e0 Mon Sep 17 00:00:00 2001 From: lindakladivova Date: Thu, 11 Sep 2025 14:41:47 +0200 Subject: [PATCH 2/2] simplifying to one jupyter metapackage --- mswindows/osgeo4w/setup.hint.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswindows/osgeo4w/setup.hint.tmpl b/mswindows/osgeo4w/setup.hint.tmpl index 5b2a7372858..fce5ed363a2 100644 --- a/mswindows/osgeo4w/setup.hint.tmpl +++ b/mswindows/osgeo4w/setup.hint.tmpl @@ -1,7 +1,7 @@ sdesc: "GRASS - daily builds of development version" ldesc: "Geographic Resources Analysis Support System (GRASS) - daily builds of the main branch from Git" category: Desktop -requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-pyopengl python3-psycopg2-binary zstd python3-pywin32 python3-jupyterlab python3-jupyter-server python3-ipykernel python3-ipython python3-ipywidgets +requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-pyopengl python3-psycopg2-binary zstd python3-pywin32 python3-jupyter maintainer: MartinLanda curr: @GRASS_VERSION_NUMBER@-1 prev: @GRASS_VERSION_NUMBER@-1