From ffc85f8b2231d1b8c09bb135dd56bf8114f03234 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 4 Sep 2024 18:32:59 -0400 Subject: [PATCH] Try unpinning packaging. --- build_mlpack.osx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_mlpack.osx.sh b/build_mlpack.osx.sh index d57c81c..53f749e 100755 --- a/build_mlpack.osx.sh +++ b/build_mlpack.osx.sh @@ -5,8 +5,7 @@ set -e -u -o pipefail brew install --force cereal gcc cmake -pip install cython numpy pandas wheel setuptools -pip install packaging==20.5 +pip install cython numpy pandas wheel setuptools packaging export rootdir=`pwd`