We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec98d1 commit 467e103Copy full SHA for 467e103
Formula/label-studio.rb
@@ -7,13 +7,6 @@ class LabelStudio < Formula
7
sha256 "1ae8c0c3430ee023b89ad0a4d994fe08ff6ff46de6b3566781a0dd54f521c5ba"
8
license "Apache-2.0"
9
10
- bottle do
11
- root_url "https://github.com/HumanSignal/homebrew-tap/releases/download/label-studio-1.20.0"
12
- sha256 arm64_sequoia: "b940bf1c6029ef4e135e537083629f108d6ca7fff77113def1b8b8f28cc12bf2"
13
- sha256 arm64_sonoma: "7775555056ed984de11127867a48a098c79ca07a0f2a5201ea1f8855bcf3f9cf"
14
- sha256 ventura: "deb442029400c58c00b8d83ba182571433fb74478ece0ab407bffddf7b51151b"
15
- end
16
-
17
depends_on "postgresql@14"
18
depends_on "python@3.10" # Apple's Pypthon distribution does not include pip
19
0 commit comments