Skip to content

Commit 7312ae7

Browse files
authored
Remove numpy < 2.0 pin to align with pytorch
Fix #1296 Align with https://github.com/pytorch/pytorch/blame/main/requirements.txt#L5
1 parent d1ab6e0 commit 7312ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tiktoken
1212
# Miscellaneous
1313
snakeviz
1414
sentencepiece
15-
numpy < 2.0
15+
numpy
1616
gguf
1717
blobfile
1818
tomli >= 1.1.0 ; python_version < "3.11"

0 commit comments

Comments
 (0)