We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e27057 commit b921bbeCopy full SHA for b921bbe
pyproject.toml
@@ -1,6 +1,5 @@
1
[project]
2
name = "spidr"
3
-version = "0.1.2"
4
description = "Learning Fast and Stable Linguistic Units for Spoken Language Models Without Supervision"
5
readme = "README.md"
6
requires-python = ">=3.12"
@@ -21,6 +20,7 @@ dependencies = [
21
20
"numpy>=1.26.4",
22
"torch>=2.8.0",
23
]
+dynamic = ["version"]
24
25
[project.urls]
26
github = "https://github.com/facebookresearch/spidr"
@@ -51,8 +51,11 @@ dev = [
51
52
53
[build-system]
54
-requires = ["flit_core>=3.12,<4"]
55
-build-backend = "flit_core.buildapi"
+requires = ["hatch-vcs", "hatchling"]
+build-backend = "hatchling.build"
56
+
57
+[tool.hatch.version]
58
+source = "vcs"
59
60
[tool.ruff]
61
line-length = 119
0 commit comments