Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WindowsAppSDK-ProjectTemplates/python/packaged/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"winappsdk-Foundation",
"winappsdk-InteractiveExperiences"
# winappsdk-Foundation and winappsdk-InteractiveExperiences are NOT on PyPI.
# Install them from the local wheels/ directory via the find-links setting below.
]

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions WindowsAppSDK-ProjectTemplates/python/sparse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"winappsdk-Foundation",
"winappsdk-InteractiveExperiences"
# winappsdk-Foundation and winappsdk-InteractiveExperiences are NOT on PyPI.
# Install them from the local wheels/ directory via the find-links setting below.
]

[build-system]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description = "Simple WinApp SDK file picker example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"winappsdk-Foundation"
# winappsdk-Foundation is NOT on PyPI.
# Install it from the local wheels/ directory via the find-links setting below.
]

[project.scripts]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pillow
numpy
onnxruntime-winml
# onnxruntime-winml is NOT available on PyPI — install from the Windows App SDK distribution:
# https://learn.microsoft.com/windows/ai/windows-ml/
wasdk-Microsoft.Windows.AI.MachineLearning[all]
wasdk-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pillow
numpy
onnxruntime-winml
# onnxruntime-winml is NOT available on PyPI — install from the Windows App SDK distribution:
# https://learn.microsoft.com/windows/ai/windows-ml/
wasdk-Microsoft.Windows.AI.MachineLearning[all]
wasdk-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap