Skip to content

Commit 908b6e5

Browse files
committed
Be explicit about the version number
1 parent fc674f1 commit 908b6e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sharktank/pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
requires-python = ">= 3.11"
2222
dependencies = ["iree-turbine"]
23-
dynamic = ["version"]
23+
dynamic = ["version"] # the version is set via the `setup.py`
2424

2525
[project.optional-dependencies]
2626
testing = ["pytest"]
@@ -37,7 +37,6 @@ namespaces = true
3737
sharktank = ["py.typed", "kernels/templates/*.mlir"]
3838

3939
[tool.setuptools.dynamic]
40-
# version = {file = ["version_info"]}
4140
dependencies = {file = ["requirements.txt"]}
4241

4342
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)