From bf5bba3a065eaf9a4ceea6b5aa52cb5634f728b2 Mon Sep 17 00:00:00 2001 From: Charles Coulombe Date: Tue, 16 Jun 2026 07:03:32 -0400 Subject: [PATCH] Remove writting of packages with numpy as this is now obsolete --- build_wheel.sh | 5 ----- packages_w_numpy_api.txt | 30 ------------------------------ 2 files changed, 35 deletions(-) delete mode 100644 packages_w_numpy_api.txt diff --git a/build_wheel.sh b/build_wheel.sh index 935dd6e1..6c062765 100755 --- a/build_wheel.sh +++ b/build_wheel.sh @@ -540,11 +540,6 @@ function adjust_numpy_requirements_based_on_link_info() return fi echo "Found $num_links shared objects that mention a specific version of API of numpy. Pinning the minimum required version of numpy to $numpy_build_version" - if [[ $(grep -ic $PACKAGE $SCRIPT_DIR/packages_w_numpy_api.txt) -eq 0 ]]; then - echo "Recording '$PACKAGE' in 'packages_w_numpy_api.txt'." - echo "$PACKAGE" >> $SCRIPT_DIR/packages_w_numpy_api.txt - echo -e "${COL_YEL}Please commit the file 'packages_w_numpy_api.txt'.${COL_RST}" - fi log_command $SCRIPT_DIR/manipulate_wheels.py --print_req --wheels $TMP_WHEELHOUSE/$WHEEL_NAME if [[ $numpy_build_version =~ ^1.* ]]; then echo "Built with numpy 1.x; pinning numpy lower than 2.0" diff --git a/packages_w_numpy_api.txt b/packages_w_numpy_api.txt deleted file mode 100644 index 1623ebc1..00000000 --- a/packages_w_numpy_api.txt +++ /dev/null @@ -1,30 +0,0 @@ -h5py -matplotlib -MDAnalysis -mdtraj -numexpr -pandas -scipy -tables -tensorflow -pymaster -scikit_image -PyWavelets -netCDF4 -pygrib -qutip -fastcluster -msmbuilder -statsmodels -pmesh -pfft-python -numba -pyhdf -pybullet-svl -pybullet_svl -vaex-core -gpaw -pytng -fitsio -sfepy -pyqcm