Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/label-studio.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class LabelStudio < Formula
include Language::Python::Virtualenv

desc "Multi-type data labeling and annotation tool with standardized output format"
homepage "https://labelstud.io"
url "https://files.pythonhosted.org/packages/2e/76/c1af17a8150009548b8faf3fb003bdd2cf9e72e13b34e65a9cb89d64e98e/label_studio-1.20.0.tar.gz"
sha256 "d199572229200ab1ba0fa795611b73654956f27552fd1553ea325d05d9371bef"
url "https://files.pythonhosted.org/packages/76/e1/7d3b075015ab24df3f0ac40a53abcc7557a75131ddd8ed09403388d27123/label_studio-1.23.0.tar.gz"
sha256 "69bf01603e742dee8f536086dfad0e610c9bf6568e6f8de7e6555bd6d35c8479"
license "Apache-2.0"

bottle do
Expand All @@ -17,7 +17,7 @@
depends_on "postgresql@14"
depends_on "python@3.10" # Apple's Pypthon distribution does not include pip

def install

Check failure on line 20 in Formula/label-studio.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

`brew install --verbose --formula --build-bottle humansignal/tap/label-studio` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Cellar/label-studio/1.23.0: 32,289 files, 763.3MB, built in 1 minute 4 seconds
python3 = "python3.10"
venv = virtualenv_create(libexec, python3, system_site_packages: true, without_pip: false)
system libexec/"bin/pip", "install", "--verbose", "--upgrade", "pip==22.3.1"
Expand Down
Loading