Skip to content

Commit 2a4ef70

Browse files
authored
force numpy to be below v2 (#195)
1 parent 59fe87c commit 2a4ef70

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"tokenizers>=0.15.0,<=0.19.1",
2828
"tqdm",
2929
"uniseg",
30-
"numpy",
30+
"numpy<2",
3131
"necessary>=0.4.3",
3232
"charset-normalizer>=3.2.0",
3333
"zstandard>=0.23.0",

0 commit comments

Comments
 (0)