From bef9063da0f27f91d384513ed393620018fa5aa7 Mon Sep 17 00:00:00 2001
From: Gokhan Ozbulak <gokhan.ozbulak@idiap.ch>
Date: Tue, 9 Apr 2024 12:36:12 +0200
Subject: [PATCH] Add mednet dependencies for Gitlab/MLFLow integration,
 related with #60

---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 063d30c7..b6679330 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,6 +52,8 @@ dependencies = [
   "tensorboard",
   "grad-cam~=1.5.0",
   "versioningit",
+  "python-gitlab",
+  "mlflow",
 ]
 
 [project.urls]
@@ -106,6 +108,8 @@ lightning = "~=2.2.1"
 tensorboard = "*"
 grad-cam = "~=1.5.0"
 versioningit = "*"
+python-gitlab = "*"
+mlflow = "*"
 
 [tool.pixi.feature.self.pypi-dependencies]
 mednet = { path = ".", editable = true }
-- 
GitLab