Skip to content

Commit 9c70870

Browse files
Loosen deps range
Signed-off-by: Thara Palanivel <[email protected]>
1 parent 2ec9a6a commit 9c70870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers=[
2121
]
2222
dynamic = ["version"]
2323
dependencies = [
24-
"numpy>=2.0.1,<2.3.0",
24+
"numpy>=1.26.4,<2.3.0",
2525
"accelerate>=0.20.3,!=0.34,<1.1",
2626
"transformers>=4.45,<4.48",
2727
"torch>=2.2.0,<2.4",

0 commit comments

Comments
 (0)