diff --git a/pyproject.toml b/pyproject.toml
index e5bfe6e49c4ddb7e2dccd5c93851d8b47fde9d83..c44cf14115ed62617d7af1df1e2c0a65869c6422 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ packages = [
 
 [tool.poetry.dependencies]
 python = "^3.8,<3.10"
-maggotuba-core = {git = "git@gitlab.pasteur.fr:nyx/MaggotUBA-core.git", branch="main"}
+maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", branch="main"}
 torch = "^1.11.0"
 numpy = "^1.19.3"
 protobuf = "3.9.2"