diff --git a/setup.py b/setup.py index 49fcef2408..ca47ac1ad7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ assert False, "Error: Could not open '%s' due %s\n" % (filepath, error) INSTALL_REQUIRE = [ -<<<<<<< HEAD "optimum @ git+https://github.com/huggingface/optimum.git", "transformers>=4.20.0", "datasets>=1.4.0",