Skip to content

Commit

Permalink
Be explicit about the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Oct 31, 2024
1 parent fc674f1 commit 908b6e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sharktank/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
requires-python = ">= 3.11"
dependencies = ["iree-turbine"]
dynamic = ["version"]
dynamic = ["version"] # the version is set via the `setup.py`

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

[tool.setuptools.dynamic]
# version = {file = ["version_info"]}
dependencies = {file = ["requirements.txt"]}

[tool.pytest.ini_options]
Expand Down

0 comments on commit 908b6e5

Please sign in to comment.