diff --git a/pyproject.toml b/pyproject.toml index c44cf14115ed62617d7af1df1e2c0a65869c6422..159cb319a7bdc57bb69aed139f55489ea72a15f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MaggotUBA-adapter" -version = "0.4.0" +version = "0.5.0" description = "Interface between MaggotUBA and the Nyx tagging UI" authors = ["François Laurent"] license = "MIT" @@ -10,11 +10,11 @@ packages = [ [tool.poetry.dependencies] python = "^3.8,<3.10" -maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", branch="main"} +maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", rev="main"} torch = "^1.11.0" numpy = "^1.19.3" protobuf = "3.9.2" -taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", branch="dev"} +taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev="main"} [build-system] requires = ["poetry-core>=1.0.0"]