[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "hikka-forge2vec" version = "1.0.0" description = "Multimodal anime and manga embeddings with intuitive vector arithmetic" readme = "README.md" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [{name = "Lorg0n"}] dependencies = [ "huggingface-hub>=0.28", "numpy>=1.24", "Pillow>=10", "safetensors>=0.4", "torch>=2.0", "transformers>=4.49", ] [tool.setuptools.packages.find] where = ["src"]