diff --git a/maadeps-download.py b/maadeps-download.py index 23e6bc71d5..2193d8141c 100644 --- a/maadeps-download.py +++ b/maadeps-download.py @@ -11,9 +11,9 @@ import shutil import http.client TARGET_TAG = "2024-08-17" -# FIXME: temporarily hold maadeps version for windows package +# FIXME: update DirectML to 1.15.2 for Windows if platform.system() == "Windows": - TARGET_TAG = "2024-05-30" + TARGET_TAG = "2024-10-16" basedir = Path(__file__).parent