Skip to content

Commit

Permalink
Try unpinning packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Sep 4, 2024
1 parent 5dc8b91 commit ffc85f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_mlpack.osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit ffc85f8

Please sign in to comment.