|
|
[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", |
|
|
|
|
|
"fastapi[standard]>=0.115.3", |
|
|
|
|
|
] |
|
|
|