diff --git a/pyproject.toml b/pyproject.toml index d2660cb0cdb597076afdce4be3915ab1b66b9085..218c60467b36e504a400ec5c5c676ea0f2f636e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", rev="mai torch = "^1.11.0" numpy = "^1.19.3" protobuf = "3.9.2" -taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev="main"} +taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev="dev"} [build-system] requires = ["poetry-core>=1.0.0"]