From 479f19624ed57034a9e5f8e613532f91bf08124e Mon Sep 17 00:00:00 2001 From: peterjasc Date: Tue, 6 May 2025 12:31:08 +0200 Subject: [PATCH 1/2] add xgboost to jupyter --- pyspark/executors/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pyspark/executors/requirements.txt b/pyspark/executors/requirements.txt index ab4120f..0c50475 100644 --- a/pyspark/executors/requirements.txt +++ b/pyspark/executors/requirements.txt @@ -121,4 +121,5 @@ werkzeug==3.0.1 ; python_version >= "3.11" and python_version < "3.12" wheel==0.42.0 ; python_version >= "3.11" and python_version < "3.12" wrapt==1.14.1 ; python_version >= "3.11" and python_version < "3.12" xarray==2023.12.0 ; python_version >= "3.11" and python_version < "3.12" +xgboost=3.0.0; python_version >= "3.11" and python_version < "3.12" yarl==1.9.4 ; python_version >= "3.11" and python_version < "3.12" From 41bca5d6e0e72f0cc256ecb562c534ce4de67a82 Mon Sep 17 00:00:00 2001 From: peterjasc Date: Tue, 6 May 2025 12:32:25 +0200 Subject: [PATCH 2/2] update tag --- pyspark/executors/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyspark/executors/Makefile b/pyspark/executors/Makefile index 6098734..bf95f9d 100644 --- a/pyspark/executors/Makefile +++ b/pyspark/executors/Makefile @@ -1,6 +1,6 @@ OWNER := us-docker.pkg.dev/vgi-pn-277619/data-team/pubnative REPO := ${OWNER}/pyspark-executor -TAG := v3.4.1-python3.11-2 +TAG := v3.4.1-python3.11-3 IMAGE := ${REPO}:${TAG} build: