Skip to content
Snippets Groups Projects
Commit c6fa37c4 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 899c7708
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ requirements:
- torchvision {{ torchvision }}
- tqdm {{ tqdm }}
- tensorboard {{ tensorboard }}
- python-gitlab {{ python-gitlab }}
- mlflow {{ mlflow }}
- lightning {{ lightning }}
- lightning >=2.2.0
run:
......@@ -62,6 +64,8 @@ requirements:
- {{ pin_compatible('torchvision') }}
- {{ pin_compatible('tqdm') }}
- {{ pin_compatible('tensorboard') }}
- {{ pin_compatible('python-gitlab') }}
- {{ pin_compatible('mlflow') }}
- {{ pin_compatible('lightning', max_pin='x.x') }}
- lightning >=2.2.0
......
......@@ -47,6 +47,8 @@ dependencies = [
"tensorboard",
"grad-cam>=1.4.8",
"versioningit",
"python-gitlab",
"mlflow",
]
[project.urls]
......@@ -94,6 +96,8 @@ lightning = ">=2.2.0"
tensorboard = "*"
grad-cam = ">=1.4.8"
versioningit = "*"
python-gitlab = "*"
mlflow = "*"
[tool.pixi.feature.self.pypi-dependencies]
mednet = { path = ".", editable = true }
......
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