Dependencies: Pin numpy

v2.x breaks many upstream dependencies (torch). Pin until repos are
fixed.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-06-23 21:40:09 -04:00
parent 107436f601
commit d85b526644

View file

@ -29,6 +29,9 @@ dependencies = [
"lm-format-enforcer >= 0.9.6",
"aiofiles",
# TEMP: Remove once 2.x is fixed in upstream
"numpy < 2.0.0",
# TODO: Maybe move these to a downloader feature?
"aiohttp",
"huggingface_hub",