Skip to content

Commit

Permalink
force numpy to be below v2 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni authored Aug 28, 2024
1 parent 59fe87c commit 2a4ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"tokenizers>=0.15.0,<=0.19.1",
"tqdm",
"uniseg",
"numpy",
"numpy<2",
"necessary>=0.4.3",
"charset-normalizer>=3.2.0",
"zstandard>=0.23.0",
Expand Down

0 comments on commit 2a4ef70

Please sign in to comment.