We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc674f1 commit 908b6e5Copy full SHA for 908b6e5
sharktank/pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
]
21
requires-python = ">= 3.11"
22
dependencies = ["iree-turbine"]
23
-dynamic = ["version"]
+dynamic = ["version"] # the version is set via the `setup.py`
24
25
[project.optional-dependencies]
26
testing = ["pytest"]
@@ -37,7 +37,6 @@ namespaces = true
37
sharktank = ["py.typed", "kernels/templates/*.mlir"]
38
39
[tool.setuptools.dynamic]
40
-# version = {file = ["version_info"]}
41
dependencies = {file = ["requirements.txt"]}
42
43
[tool.pytest.ini_options]
0 commit comments