Skip to content
Snippets Groups Projects
Commit 29ca2883 authored by Gokhan OZBULAK's avatar Gokhan OZBULAK
Browse files

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

parent c0ef81c0
No related branches found
No related tags found
No related merge requests found
Pipeline #85827 failed
...@@ -41,6 +41,8 @@ requirements: ...@@ -41,6 +41,8 @@ requirements:
- torchvision {{ torchvision }} - torchvision {{ torchvision }}
- tqdm {{ tqdm }} - tqdm {{ tqdm }}
- tensorboard {{ tensorboard }} - tensorboard {{ tensorboard }}
- python-gitlab {{ python-gitlab }}
- mlflow {{ mlflow }}
- lightning {{ lightning }} - lightning {{ lightning }}
- lightning >=2.2.0 - lightning >=2.2.0
run: run:
...@@ -62,6 +64,8 @@ requirements: ...@@ -62,6 +64,8 @@ requirements:
- {{ pin_compatible('torchvision') }} - {{ pin_compatible('torchvision') }}
- {{ pin_compatible('tqdm') }} - {{ pin_compatible('tqdm') }}
- {{ pin_compatible('tensorboard') }} - {{ pin_compatible('tensorboard') }}
- {{ pin_compatible('python-gitlab') }}
- {{ pin_compatible('mlflow') }}
- {{ pin_compatible('lightning', max_pin='x.x') }} - {{ pin_compatible('lightning', max_pin='x.x') }}
- lightning >=2.2.0 - lightning >=2.2.0
......
...@@ -47,6 +47,8 @@ dependencies = [ ...@@ -47,6 +47,8 @@ dependencies = [
"tensorboard", "tensorboard",
"grad-cam>=1.4.8", "grad-cam>=1.4.8",
"versioningit", "versioningit",
"python-gitlab",
"mlflow",
] ]
[project.urls] [project.urls]
...@@ -95,6 +97,8 @@ lightning = ">=2.2.0" ...@@ -95,6 +97,8 @@ lightning = ">=2.2.0"
tensorboard = "*" tensorboard = "*"
grad-cam = ">=1.4.8" grad-cam = ">=1.4.8"
versioningit = "*" versioningit = "*"
python-gitlab = "*"
mlflow = "*"
[tool.pixi.pypi-dependencies] [tool.pixi.pypi-dependencies]
mednet = { path = ".", editable = true, extras = ["qa", "doc", "test"] } mednet = { path = ".", editable = true, extras = ["qa", "doc", "test"] }
......
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