Spaces:
Running
Running
Commit
·
6e9b61e
1
Parent(s):
3473f96
refactor: update pyproject.toml to define wheel build targets and clean up dependencies
Browse files- pyproject.toml +3 -4
pyproject.toml
CHANGED
@@ -25,9 +25,8 @@ dependencies = [
|
|
25 |
"piq>=0.8.0",
|
26 |
]
|
27 |
|
28 |
-
[build
|
29 |
-
|
30 |
-
build-backend = "hatchling.build"
|
31 |
|
32 |
[tool.uv]
|
33 |
-
dev-dependencies = []
|
|
|
25 |
"piq>=0.8.0",
|
26 |
]
|
27 |
|
28 |
+
[tool.hatch.build.targets.wheel]
|
29 |
+
packages = ["api", "benchmark"]
|
|
|
30 |
|
31 |
[tool.uv]
|
32 |
+
dev-dependencies = []
|