diff --git a/setup.py b/setup.py index 8c401df4ce3..058cf6921f3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ REQUIRED_PKGS = [ "coloredlogs", "sympy", - "transformers>=4.29", + "transformers@git+https://github.com/huggingface/transformers.git@fix-pix2struct", "torch>=1.11", "packaging", "numpy",