Skip to content

Commit

Permalink
[shortfin] Add missing build time dependency (#474)
Browse files Browse the repository at this point in the history
Adds `typing-extensions` as a build time dependency as it required by
nanobind, see
https://github.com/nod-ai/SHARK-Platform/actions/runs/11777270868/job/32801349583#step:5:744
  • Loading branch information
marbre authored Nov 11, 2024
1 parent a50741d commit 91200e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shortfin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = [
"setuptools>=61.0",
"wheel",
"ninja",
'typing-extensions ; python_version == "3.10" ',
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 91200e5

Please sign in to comment.