From 147fed1839b20eb7ad985569701faede8c2a5e9b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 10 Jan 2025 15:17:45 -0500 Subject: [PATCH] mentat: deprecate Signed-off-by: Rui Chen --- Formula/m/mentat.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/m/mentat.rb b/Formula/m/mentat.rb index 3181bc8414ee6..5bb93e8b44f62 100644 --- a/Formula/m/mentat.rb +++ b/Formula/m/mentat.rb @@ -19,6 +19,9 @@ class Mentat < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "cc06886c4c5577b995aae0dbcf6d3c34185f477bd51601752a0cc0bc8fbdf69a" end + # https://github.com/AbanteAI/archive-old-cli-mentat/commit/901f0726418e9e9a66bec78facecf3a45541002d + deprecate! date: "2025-01-10", because: :repo_archived + depends_on "rust" => :build # for tiktoken depends_on "certifi" depends_on "numpy"