[project] name = "theo-bert-base" version = "0.1.0" description = "Standalone Hugging Face export for a custom biblical-domain masked language model." requires-python = ">=3.10" dependencies = [ "torch>=2.4.0", "transformers>=5.2.0", "safetensors>=0.7.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"