Commit
Β·
bdf1776
1
Parent(s):
b87e880
update minimum library versions and increment package version to 0.14.8
Browse files- medvqa/competitions/gi-2025/task_1.py +2 -1
- pyproject.toml +1 -1
medvqa/competitions/gi-2025/task_1.py
CHANGED
@@ -26,7 +26,8 @@ os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
|
|
26 |
submission_file = "submission_task1.py"
|
27 |
file_from_validation = "predictions_1.json"
|
28 |
|
29 |
-
min_library = ["datasets", "transformers",
|
|
|
30 |
|
31 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
32 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|
|
|
26 |
submission_file = "submission_task1.py"
|
27 |
file_from_validation = "predictions_1.json"
|
28 |
|
29 |
+
min_library = ["datasets>=3.4.1", "transformers",
|
30 |
+
'tqdm', "gradio_client>=1.8.0", "medvqa"]
|
31 |
|
32 |
print("π ImageCLEFmed-MEDVQA-GI-2025 π",
|
33 |
"https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025")
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "medvqa"
|
3 |
-
version = "0.14.
|
4 |
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.6"
|
|
|
1 |
[project]
|
2 |
name = "medvqa"
|
3 |
+
version = "0.14.8"
|
4 |
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.6"
|