[project] | |
name = "hf" | |
version = "0.0.1" | |
description = "Hybrid Transformer for Multi-Focus Image Fusion - A deep learning model combining Focal Transformer and CrossViT for image fusion tasks" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"gradio>=5.39.0", | |
"numpy>=1.26.4", | |
"pillow>=11.3.0", | |
"torch>=2.2.2", | |
"torchvision>=0.17.2", | |
] | |
[tool.uv] | |
required-environments = ["sys_platform=='darwin' and platform_machine=='x86_64'"] | |