There was an error while loading. Please reload this page.
1 parent 382b1dd commit a6e2035Copy full SHA for a6e2035
1 file changed
pyproject.toml
@@ -30,6 +30,9 @@ dependencies = [
30
"huggingface-hub~=1.11",
31
]
32
33
+[project.scripts]
34
+caul = "caul.__main__:main"
35
+
36
[project.optional-dependencies]
37
preprocessing = [
38
"torchcodec>=0.10.0,<0.12", # pulls in torch automatically so we've made it optional for a base install
0 commit comments