From cd8edef18c91a964612e45adafdf3d1565388cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Thu, 20 Oct 2022 15:45:12 +0200 Subject: [PATCH] ssh to https --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5bfe6e..c44cf14 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" -- GitLab