| [build-system] | |
| requires = ["setuptools>=68", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "flowfeat-hf" | |
| version = "0.1.0" | |
| description = "FlowFeat loaders and inference utilities packaged for Hugging Face." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| license = { text = "Apache-2.0" } | |
| dependencies = [ | |
| "numpy>=1.26", | |
| "timm>=1.0.22", | |
| "torch>=2.2", | |
| "torchvision>=0.17", | |
| ] | |
| [project.urls] | |
| Homepage = "https://huggingface.co/neek-ans/flowfeat" | |
| Repository = "https://github.com/tum-vision/flowfeat" | |
| Paper = "https://arxiv.org/abs/2511.07696" | |
| [tool.setuptools] | |
| py-modules = ["hubconf", "model", "flowfeat_hf"] | |
| packages = ["util"] | |