From 45af30f3a4c98b50c755717831c5fff75a3a8b43 Mon Sep 17 00:00:00 2001 From: tildebyte <337875+tildebyte@users.noreply.github.com> Date: Fri, 16 Sep 2022 07:39:23 -0400 Subject: [PATCH] fix(install): unpinned 'protobuf' breaks macOS installs (#596) Signed-off-by: Ben Alkov Signed-off-by: Ben Alkov --- environment-mac.yaml | 1 + requirements-mac-MPS-CPU.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/environment-mac.yaml b/environment-mac.yaml index 8067c712ee..9932b5cc0c 100644 --- a/environment-mac.yaml +++ b/environment-mac.yaml @@ -41,6 +41,7 @@ dependencies: - torchmetrics==0.9.3 - pip: - opencv-python==4.6.0 + - protobuf==3.20.1 - realesrgan==0.2.5.0 - test-tube==0.7.5 - transformers==4.21.2 diff --git a/requirements-mac-MPS-CPU.txt b/requirements-mac-MPS-CPU.txt index b6b1f2bb2f..a785a61372 100644 --- a/requirements-mac-MPS-CPU.txt +++ b/requirements-mac-MPS-CPU.txt @@ -3,6 +3,7 @@ --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu --trusted-host https://download.pytorch.org +protobuf==3.19.4 torch torchvision -e .