fix(install): unpinned 'protobuf' breaks macOS installs (#596)

Signed-off-by: Ben Alkov <ben.alkov@gmail.com>

Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
This commit is contained in:
tildebyte 2022-09-16 07:39:23 -04:00 committed by GitHub
parent 58baf9533b
commit 45af30f3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ dependencies:
- torchmetrics==0.9.3 - torchmetrics==0.9.3
- pip: - pip:
- opencv-python==4.6.0 - opencv-python==4.6.0
- protobuf==3.20.1
- realesrgan==0.2.5.0 - realesrgan==0.2.5.0
- test-tube==0.7.5 - test-tube==0.7.5
- transformers==4.21.2 - transformers==4.21.2

View File

@ -3,6 +3,7 @@
--pre --pre
--extra-index-url https://download.pytorch.org/whl/nightly/cpu --trusted-host https://download.pytorch.org --extra-index-url https://download.pytorch.org/whl/nightly/cpu --trusted-host https://download.pytorch.org
protobuf==3.19.4
torch torch
torchvision torchvision
-e . -e .