medical
File size: 677 Bytes
1640642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "MedImageInsights"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.8.19"
dependencies = [
    "mlflow==2.14.3",
    "cffi==1.17.1",
    "cloudpickle==3.0.0",
    "colorama==0.4.6",
    "einops==0.8.0",
    "ftfy==6.2.3",
    "fvcore==0.1.5.post20221221",
    "mup==1.0.0",
    "numpy==1.24.4",
    "packaging==24.1",
    "pandas==2.0.3",
    "pyyaml==6.0.2",
    "requests==2.32.3",
    "sentencepiece==0.2.0",
    "tenacity==9.0.0",
    "timm==1.0.9",
    "tornado==6.4.1",
    "transformers==4.46.0",
#    "huggingface-hub==0.26.1",
    "fastapi[standard]>=0.115.3",
#    "opencv-python>=4.10.0.84",
]