diff --git a/optimum/graphcore/version.py b/optimum/graphcore/version.py index a4cdffee8..17e8bc206 100644 --- a/optimum/graphcore/version.py +++ b/optimum/graphcore/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.2.dev0" +__version__ = "0.4.3" diff --git a/setup.py b/setup.py index b527f4a10..e8d540ce9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ QUALITY_REQUIRES = [ "black", "isort", - "hf-doc-builder @ git+https://github.com/huggingface/doc-builder.git", + "hf-doc-builder", ] EXTRA_REQUIRE = {