diff --git a/optimum/habana/version.py b/optimum/habana/version.py index bed1b4a432..09f2149846 100644 --- a/optimum/habana/version.py +++ b/optimum/habana/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.9.0.dev0" +__version__ = "1.9.0" diff --git a/setup.py b/setup.py index 100348d060..3ab10a2220 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ QUALITY_REQUIRES = [ "ruff", - "hf_doc_builder @ git+https://github.com/huggingface/doc-builder.git", + "hf_doc_builder", ] EXTRAS_REQUIRE = {