Update requirements.txt

Add wheel to requirements because 'packaging' module is referred to and is not available unless you install 'wheel' in the environment.
This commit is contained in:
Thomas Ward 2024-10-13 17:36:45 -04:00 committed by GitHub
parent 82a973c043
commit 4595f9a8c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,4 +31,5 @@ torch
torchdiffeq
torchsde
transformers==4.30.2
pillow-avif-plugin==1.4.3
pillow-avif-plugin==1.4.3
wheel