[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "fuse-proj" version = "0.1.0" description = "Multimodal fusion research scaffold for GTA-UAV cross-view geo-localization" requires-python = ">=3.10,<3.13" dependencies = [ "gin-config>=0.5.0", "numpy>=1.24", "pandas>=2.0", "pillow>=10.0", "safetensors>=0.4", "torch>=2.2", "torchvision>=0.17", "tqdm>=4.66", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "ruff>=0.5", ] [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] [tool.ruff] line-length = 120 target-version = "py310"