diff --git a/Formula/label-studio.rb b/Formula/label-studio.rb index 41dcb13..216d5f5 100644 --- a/Formula/label-studio.rb +++ b/Formula/label-studio.rb @@ -15,11 +15,9 @@ class LabelStudio < Formula end depends_on "postgresql@14" - depends_on "python@3.8" def install venv = virtualenv_create(libexec, "python3", system_site_packages: true) - system libexec/"bin/pip", "install", "--verbose", "--upgrade", "pip==22.3.1" system libexec/"bin/pip", "install", "--verbose", "--ignore-installed", buildpath system libexec/"bin/pip", "uninstall", "-y", "label-studio" venv.pip_install_and_link buildpath