From 911429d45bc92bdfc3d17fe6350f453b898a970d Mon Sep 17 00:00:00 2001 From: Digant Desai Date: Thu, 19 Dec 2024 13:29:40 -0600 Subject: [PATCH] [Setup] Skip hatchet pip package for now This does not exist for Darwin + Arm64. TODO: Enable this selectively when possible. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 6bf947c10fb6..5f907472770c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -757,7 +757,7 @@ def get_git_commit_hash(length=8): "pytest-forked", "pytest-xdist", "scipy>=1.7.1", - "llnl-hatchet", + # "llnl-hatchet", # TODO: Re-enable this, not available on macos-arm64 ], "tutorials": [ "matplotlib",