diff --git a/imgtagplus.egg-info/requires.txt b/imgtagplus.egg-info/requires.txt index d9c561b8..885db001 100644 --- a/imgtagplus.egg-info/requires.txt +++ b/imgtagplus.egg-info/requires.txt @@ -6,6 +6,6 @@ huggingface-hub>=0.20.0 fastapi>=0.109.0 uvicorn>=0.27.0 torch>=2.1.0 -transformers==4.44.2 +transformers==5.4.0 einops>=0.7.0 timm>=0.9.12 diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index f36f6f81..2935a3cb --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "optimum[onnxruntime]>=0.109.0", "uvicorn>=0.27.0", "torch>=2.1.0", - "transformers>=4.44.2,<5.0.0", + "transformers>=4.44.2,<6.0.0", "einops>=0.7.0", "timm>=0.9.12", "textual>=0.60.0" diff --git a/requirements-full.txt b/requirements-full.txt index 96155995..96af9b7d 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -2,6 +2,6 @@ optimum[onnxruntime]>=0.109.0 torch>=2.1.0 -transformers>=4.44.2,<5.0.0 +transformers>=4.44.2,<6.0.0 einops>=0.7.0 timm>=0.9.12