diff --git a/pyproject.toml b/pyproject.toml index 84644f9..430efa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.8" license = { file = "LICENSE" } dependencies = [ "torch~=2.0", # package was tested on 2.2 - "transformers~=4.30,<4.41", + "transformers~=4.30", "accelerate", ]