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: 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"