From 58a62c93bb8010dd64c418ad39fc4d5ab403f698 Mon Sep 17 00:00:00 2001 From: Lasse Hansen Date: Thu, 24 Aug 2023 11:00:59 +0200 Subject: [PATCH] build: change to pypi version of fairseq2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b32d9ee3..431b92e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ dependencies = [ "typer>=0.7.0", "pydantic>=2.1.0", "catalogue>=2.0.8", + "fairseq2", "sonar-space>=0.1.0", - "fairseq2@git+https://github.com/facebookresearch/fairseq2.git", # change when fairseq2 hits pypi ] [project.license]