Use numpy==1.24 in requirements.txt (#3651)

The whisper extension needs numpy 1.24 to work properly
This commit is contained in:
tkbit 2023-08-22 12:55:17 -07:00 committed by GitHub
parent e042bf8624
commit df165fe6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ colorama
datasets datasets
einops einops
markdown markdown
numpy numpy==1.24
pandas pandas
Pillow>=9.5.0 Pillow>=9.5.0
pyyaml pyyaml