Skip to content

Instantly share code, notes, and snippets.

@gerred
Created January 25, 2025 14:43
Show Gist options
  • Save gerred/6b52f765cf4d51b1148a955e76bcfe88 to your computer and use it in GitHub Desktop.
Save gerred/6b52f765cf4d51b1148a955e76bcfe88 to your computer and use it in GitHub Desktop.
base pyproject
[project]
name = "proj"
version = "0.1.0"
requires-python = ">=3.10,<3.13"
dependencies = [
"transformers",
"numpy",
"torch",
]
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.hatch.metadata]
allow-direct-references = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment