diff --git a/pyproject.toml b/pyproject.toml index b1c2b47..9a8d6a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "numpy<2.0.0", + "numpy<3.0.0", "transformers==4.47.1", "tokenizers==0.21.0", "datasets==3.2.0",