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 .