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:
parent
107436f601
commit
d85b526644
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue