diff --git a/pyproject.toml b/pyproject.toml index 3d03b280eefdbb113a6617df3418d627f86e643c..356de2b5f9b604a07ddcd5fd2fdc9fedd87c2967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ packages = [ [tool.poetry.dependencies] python = "^3.8,<3.11" -taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev = "dev"} -structured-temporal-convolution = {git = "git@gitlab.pasteur.fr:les-larves/structured-temporal-convolution.git", branch="dev-branch"} +taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev = "main"} +structured-temporal-convolution = {git = "git@gitlab.pasteur.fr:les-larves/structured-temporal-convolution.git", branch="light-stable-for-tagging"} torch = "^1.11.0" numpy = "^1.19.3"