Skip to content
Snippets Groups Projects
Commit bef9063d authored by Gokhan OZBULAK's avatar Gokhan OZBULAK Committed by André Anjos
Browse files

Add mednet dependencies for Gitlab/MLFLow integration, related with #60

parent bb549052
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,8 @@ dependencies = [ ...@@ -52,6 +52,8 @@ dependencies = [
"tensorboard", "tensorboard",
"grad-cam~=1.5.0", "grad-cam~=1.5.0",
"versioningit", "versioningit",
"python-gitlab",
"mlflow",
] ]
[project.urls] [project.urls]
...@@ -106,6 +108,8 @@ lightning = "~=2.2.1" ...@@ -106,6 +108,8 @@ lightning = "~=2.2.1"
tensorboard = "*" tensorboard = "*"
grad-cam = "~=1.5.0" grad-cam = "~=1.5.0"
versioningit = "*" versioningit = "*"
python-gitlab = "*"
mlflow = "*"
[tool.pixi.feature.self.pypi-dependencies] [tool.pixi.feature.self.pypi-dependencies]
mednet = { path = ".", editable = true } mednet = { path = ".", editable = true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment