Skip to content

Commit

Permalink
[Setup] Skip hatchet pip package for now
Browse files Browse the repository at this point in the history
This does not exist for Darwin + Arm64.
TODO: Enable this selectively when possible.
  • Loading branch information
digantdesai committed Dec 19, 2024
1 parent 5830c67 commit 911429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 911429d

Please sign in to comment.