Skip to content

Commit

Permalink
Fix trailing commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 4, 2023
1 parent 1dc87ab commit 54ef3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/python_deploy/install_windows_deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
# Installs dependencies on Windows necessary to build IREE Python wheels.

$PYTHON_VERSIONS = @(
"311",
"311" #,
# "310",
# "39"
)

$PYTHON_INSTALLER_URLS = @(
"https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe",
"https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe" #,
# "https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe",
# "https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe"
)
Expand Down

0 comments on commit 54ef3c5

Please sign in to comment.