Commits


Antoine Pitrou authored and Wes McKinney committed 49c6d1ba666
ARROW-7869: [Python] Remove boost::system and boost::filesystem from Python wheels Those dependencies are only required by C++ unit tests. Closes #6441 from pitrou/ARROW-7869-prune-boost-in-wheels and squashes the following commits: ebae1df4d <Antoine Pitrou> Reformat CMake files 7abc48452 <Antoine Pitrou> - no need to bundle boost::regex except for manylinux1 - avoid pointless download of huge Tensorflow wheel c3d4efbda <Antoine Pitrou> ARROW-7869: Remove boost::system and boost::filesystem from Python wheels Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>