From 4595f9a8c3e8053a7efb39480099870702729a79 Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Sun, 13 Oct 2024 17:36:45 -0400 Subject: [PATCH] Update requirements.txt Add wheel to requirements because 'packaging' module is referred to and is not available unless you install 'wheel' in the environment. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d6bac600e1..dd6430f6c20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,5 @@ torch torchdiffeq torchsde transformers==4.30.2 -pillow-avif-plugin==1.4.3 \ No newline at end of file +pillow-avif-plugin==1.4.3 +wheel