diff --git a/pyproject.toml b/pyproject.toml index b61b8f7..626255a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,9 +71,9 @@ dev = [ # huggingface-hub 1.x + httpx transport is currently flaky for model downloads. examples = [ "linear-adapter-trainer[all]", - "sentence-transformers>=3.0.0,<4.0.0", - "transformers>=4.41.0,<5.0.0", - "huggingface-hub>=0.24.0,<1.0.0", + "sentence-transformers>=3.0.0,<6.0.0", + "transformers>=4.41.0,<6.0.0", + "huggingface-hub>=0.24.0,<2.0.0", "beautifulsoup4>=4.12.0", "requests>=2.31.0", "matplotlib>=3.8.0",