From c82da330dbbbbb1eb1f9271f445e0ac45c32e8c5 Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Wed, 9 Aug 2023 13:19:41 +1000 Subject: [PATCH] Pin safetensors to 0.3.1 Safetensors 0.3.2 does not ship an ARM64 wheel so install on macOS fails --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ae297a6da..6d6bb054cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "realesrgan", "requests~=2.28.2", "rich~=13.3", - "safetensors~=0.3.0", + "safetensors==0.3.1", "scikit-image~=0.21.0", "send2trash", "test-tube~=0.7.5",