Created
January 25, 2025 14:43
-
-
Save gerred/6b52f765cf4d51b1148a955e76bcfe88 to your computer and use it in GitHub Desktop.
base pyproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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