Skip to content
Snippets Groups Projects
Commit 3e8bc2e6 authored by François  LAURENT's avatar François LAURENT
Browse files

version increment

parent 3bb5da6d
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "MaggotUBA-adapter"
version = "0.12.2"
version = "0.12.3"
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", rev="main"}
maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", tag = "v1.0.1"}
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", tag = "v0.12.3"}
[build-system]
requires = ["poetry-core>=1.0.0"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment