mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
58baf9533b
commit
45af30f3a4
@ -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
|
||||||
|
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user