From afab957e57dcf7d023cdc843f897d7442d9e69c7 Mon Sep 17 00:00:00 2001 From: Shivansh S Date: Sun, 28 Dec 2025 16:59:40 +0530 Subject: [PATCH] fix build script mapping for latest version i.e. 0.14.6 --- s/statsmodels/build_info.json | 12 ++++++------ ...14.4_ubi_9.3.sh => statsmodels_0.14.6_ubi_9.3.sh} | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) rename s/statsmodels/{statsmodels_0.14.4_ubi_9.3.sh => statsmodels_0.14.6_ubi_9.3.sh} (94%) diff --git a/s/statsmodels/build_info.json b/s/statsmodels/build_info.json index 2fc0ea7ebc..13d93c3bc6 100644 --- a/s/statsmodels/build_info.json +++ b/s/statsmodels/build_info.json @@ -1,22 +1,22 @@ { - "maintainer": "kiranNukal", + "maintainer": "Shivansh-ibm", "package_name": "statsmodels", "github_url": "https://github.com/statsmodels/statsmodels.git", - "version": "v0.14.0", + "version": "v0.14.6", "wheel_build" : true, "default_branch": "main", "package_dir": "s/statsmodels", - "build_script": "statsmodels_0.14.0_ubi_9.3.sh", + "build_script": "statsmodels_0.14.6_ubi_9.3.sh", "docker_build": false, "validate_build_script": true, "use_non_root_user": false, "v0.13.5": { "build_script": "statsmodels_ubi_9.3.sh" }, - "v0.14.4": { - "build_script": "statsmodels_0.14.4_ubi_9.3.sh" + "v0.14.0": { + "build_script": "statsmodels_0.14.0_ubi_9.3.sh" }, "*": { - "build_script": "statsmodels_0.14.0_ubi_9.3.sh" + "build_script": "statsmodels_0.14.6_ubi_9.3.sh" } } diff --git a/s/statsmodels/statsmodels_0.14.4_ubi_9.3.sh b/s/statsmodels/statsmodels_0.14.6_ubi_9.3.sh similarity index 94% rename from s/statsmodels/statsmodels_0.14.4_ubi_9.3.sh rename to s/statsmodels/statsmodels_0.14.6_ubi_9.3.sh index e739c552da..dbe9dd13ef 100644 --- a/s/statsmodels/statsmodels_0.14.4_ubi_9.3.sh +++ b/s/statsmodels/statsmodels_0.14.6_ubi_9.3.sh @@ -2,13 +2,13 @@ # ----------------------------------------------------------------------------- # # Package : statsmodels -# Version : 0.14.4 +# Version : 0.14.6 # Source repo : https://github.com/statsmodels/statsmodels.git # Tested on : UBI:9.3 # Language : Python # Ci-Check : True # Script License : Apache License, Version 2 or later -# Maintainer : Sai Kiran Nukala +# Maintainer : Shivansh sharma # # Disclaimer: This script has been tested in root mode on given # ========== platform using the mentioned version of the package. @@ -19,7 +19,7 @@ # ----------------------------------------------------------------------------- echo "------------------------------------------------------------Cloning statsmodels github repo--------------------------------------------------------------" PACKAGE_NAME=statsmodels -PACKAGE_VERSION=${1:-v0.14.4} +PACKAGE_VERSION=${1:-v0.14.6} PACKAGE_URL=https://github.com/statsmodels/statsmodels.git PACKAGE_DIR=statsmodels @@ -43,7 +43,7 @@ fi python3.12 -m pip install pytest if [ "$(python3.12 --version | grep "3.12")" ]; then - python3.12 -m pip install numpy==2.2.2 + python3.12 -m pip install numpy==2.0.2 python3.12 -m pip install pandas==2.2.3 python3.12 -m pip install scipy==1.15.2 --prefer-binary fi